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>2011-10-04 01:14:18 +0400
committerisaacs <i@izs.me>2011-10-04 01:14:18 +0400
commit09bbcfe2d884093a4e5cc1f0b9689f85dbe7b8bf (patch)
tree5ca5b43211c5c41f92283a507b49c1a19d193812 /README.md
parent8423a8781279e2927020e82287ea72ff771d5b85 (diff)
Update the %PATH% stuff properly in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 707a09636..2e677dc83 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ You will probably need the latest version of node, **at least** version
`0.5.8` or higher. You can get it from
<http://nodejs.org/dist/v0.5.8/node.exe>.
-### Step 2: Update the `%PATH%` environment variable
+### Step 2: Update the %PATH% environment variable
Update your `%PATH%` environment variable in System Properties:
Advanced: Environment, so that it includes the `bin` folder you chose.
@@ -58,7 +58,7 @@ The entries are separated by semicolons.
You *may* be able to do this from the command line using `set` and
`setx`. `cd` into the `bin` folder you created in step 1, and do this:
- set path="%PATH%;%CD%"
+ set path=%PATH%;%CD%
setx path "%PATH%"
### Step 3: Install git