Skip to content

Commit

Permalink
docs(tutorials): update installation instructions (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorgewilliams authored Feb 1, 2024
1 parent 1ab9d75 commit 5916642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/joint-core/tutorials/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>Installation</h1>
Assuming that you have <a href="https://www.npmjs.com/package/npm">NPM</a> installed on your system, run
the following command in the command line (Terminal/Command Prompt):

<pre><code>npm install --save jointjs</code></pre>
<pre><code>npm install @joint/core</code></pre>

<p>You can then find all the required source files in their respective folders inside the generated
<code>node_modules</code> folder.
Expand Down

0 comments on commit 5916642

Please sign in to comment.