You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ nodejs-setup-script
4
4
Download, setup and configure nodejs automatically.<br>
5
5
usage: sh node_setup.sh $NODE_VERSION <br>
6
6
e.g.: sh node_setup.sh 0.8.2 <br>
7
-
The script will download tar of nodejs to '/home/download', and setup it to '/home/app'. If the directories isn't existed, it will create them. After setup, the executable 'node' will add to PATH, and NODE_PATH is also configured.
7
+
The script will download tar of nodejs to '/home/download', and setup it to '/home/app'. If the directories isn't existed, it will create them. After setup, the executable 'node' will be added to PATH, and NODE_PATH is also configured.
0 commit comments