Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrmlnc <mrmlnc@yandex-team.ru>2021-05-09 19:21:25 +0300
committerGar <gar+gh@danger.computer>2021-05-10 18:47:27 +0300
commitde49f58f55dc2ac3a5057cd492a43c32ae41381e (patch)
tree57d5abcf691ef574f5d5db7c9f49f2b8885af1eb /CONTRIBUTING.md
parent6fb386d3bfbaa8e4771ff87a08de1f3aa6f9b34d (diff)
fix(contributing): link to proper cli repo
PR-URL: https://github.com/npm/cli/pull/3216 Credit: @mrmlnc Close: #3216 Reviewed-by: @darcyclarke
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6821da895..558ce2a83 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ All interactions in the **npm** organization on GitHub are considered to be cove
**1. Clone this repository...**
```bash
-$ git clone git@github.com:npm/cli.git
+$ git clone git@github.com:npm/cli.git npm
```
**2. Navigate into project & install development-specific dependencies...**