From dc03e537c7cdd8f99b81e9285a19b7e00c175921 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Sun, 9 May 2021 19:21:25 +0300 Subject: [PATCH] docs: update development instruction --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6821da895b3b5..558ce2a839b23 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...**