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:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-04-04 23:19:33 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-04-28 01:01:40 +0300
commitee23f43bd339777399973cb0aded07cc3a004735 (patch)
treec9414b7931ffc183f150d32ebac345147049c3d1 /README.md
parent7ecd3104e93544cb43dbecb3dd4b1822ac820669 (diff)
cli: replace cli.js with bin/npm-cli.js and remove cli.js (#12096)
* scripts: replace cli.js with npm-cli.js * cli: remove unused file cli.js * docs: replace cli.js with bin/npm-cli.js PR-URL: https://github.com/npm/npm/pull/12096 Credit: @watilde Reviewed-By: @zkat
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cad3409cd..3a96074af 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ If you plan on hacking on npm, `make link` is your friend.
If you've got the npm source code, you can also semi-permanently set
arbitrary config keys using the `./configure --key=val ...`, and then
-run npm commands by doing `node cli.js <command> <args>`. (This is helpful
+run npm commands by doing `node bin/npm-cli.js <command> <args>`. (This is helpful
for testing, or running stuff without actually installing npm itself.)
## Windows Install or Upgrade