doc: update a link of npm repository

PR-URL: https://github.com/nodejs/node/pull/24969
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Daijiro Wachi 2018-12-11 15:27:36 -05:00 committed by Rich Trott
parent a35bd62ae1
commit 450ab14d4b

View File

@ -17,7 +17,7 @@ changes can be reviewed and landed via the normal consensus seeking process.
## Step 1: Clone npm
```console
$ git clone https://github.com/npm/npm.git
$ git clone https://github.com/npm/cli.git npm
$ cd npm
```