Skip to content

Commit

Permalink
Update installation command
Browse files Browse the repository at this point in the history
`-g` or `--global` are deprecated. using `--location=global` flag instead.
  • Loading branch information
mehrdadrafiee authored May 17, 2023
1 parent 7428537 commit 2e1a2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>The web's scaffolding tool for modern webapps</h2>

<p><strong>One-line install using <a href="https://www.npmjs.com">npm</a>:</strong></p>

<pre>npm install -g yo</pre>
<pre>npm install yo --location=global</pre>
</section><!-- /.one-line-install -->

<section>
Expand Down

0 comments on commit 2e1a2b0

Please sign in to comment.