Skip to content

Commit 8c58f2e

Browse files
author
Steven Bock
committed
Pointing to scripts online is harmful
The installation portion to the readme instructs the user to use a shell script provided by npm to install the package manager. This is harmful because it leaves open way too many ambiguities. A safer way would be to instruct the user to use a package manager to install npm (even though most Node installers provide npm by default now).
1 parent eb5e89a commit 8c58f2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66

77
# Installing globally:
88

9-
Installation via `npm`. If you don't have `npm` yet:
10-
11-
curl https://npmjs.org/install.sh | sh
12-
13-
Once you have `npm`:
9+
Installation via `npm`:
1410

1511
npm install http-server -g
1612

0 commit comments

Comments
 (0)