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:
authorisaacs <i@izs.me>2010-07-05 00:27:59 +0400
committerisaacs <i@izs.me>2010-07-05 00:27:59 +0400
commit9e1e719a598cdfbe4a7ca4c3663443f6a4f8ae81 (patch)
treeba3ec8b8e5bea41a96d86a64cc62172a568a4735 /doc/adduser.md
parenta074da8b71a74e7d71a6d578869cf9b34d9cef7a (diff)
A bug in the adduser doc. Fix #80
Diffstat (limited to 'doc/adduser.md')
-rw-r--r--doc/adduser.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/adduser.md b/doc/adduser.md
index 5998b2ffe..be1604786 100644
--- a/doc/adduser.md
+++ b/doc/adduser.md
@@ -19,7 +19,7 @@ record from the registry so that you can re-add it.
If you break your `.npmrc` file, but you remember your password, you
can put your user auth back by using the `base64` program like so:
- npm config set auth $( echo user:pass | base64 )
+ npm config set auth $( echo -n user:pass | base64 )
Install base64 using whichever method you normally use to put programs on
your computer. (apt-get, homebrew, macports, yum, or just download the