Compare commits
No commits in common. "3adefcc4a85274c2f648419d4020975ab8202c40" and "ae2511f59291aef20a75c1ab75072a0642bce1bd" have entirely different histories.
3adefcc4a8
...
ae2511f592
|
@ -8,10 +8,10 @@ Automated node.js installers for OS X and Ubuntu
|
|||
|
||||
```bash
|
||||
# install node.js without development dependencies
|
||||
curl -fsSL bit.ly/node-installer | bash -s -- --no-dev-deps
|
||||
curl -fsSL bit.ly/node-installer | bash -s --no-dev-deps
|
||||
|
||||
# using wget instead of curl (Ubuntu)
|
||||
wget -nv bit.ly/node-installer -O - | bash -s -- --no-dev-deps
|
||||
wget -nv bit.ly/node-installer -O - | bash -s --no-dev-deps
|
||||
```
|
||||
|
||||
**node.js + dev tools**
|
||||
|
|
Loading…
Reference in New Issue