Skip to content

Commit 4ec9e05

Browse files
authored
Merge pull request #308 from Maxim-Mazurok/patch-1
Add --with-npm to readme
2 parents ab4f34f + a06b158 commit 4ec9e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Get available node.js versions::
130130
Install node.js "0.4.3" without ssl support with 4 parallel commands
131131
for compilation and npm.js "0.3.17"::
132132

133-
$ nodeenv --without-ssl --node=0.4.3 --npm=0.3.17 --jobs=4 env-4.3
133+
$ nodeenv --without-ssl --node=0.4.3 --npm=0.3.17 --with-npm --jobs=4 env-4.3
134134

135135
Install node.js from the source::
136136

0 commit comments

Comments
 (0)