forked from coolaj86/node-installer.sh
added friendly comment
This commit is contained in:
parent
1ed3b1934b
commit
aceb40476d
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Installs iojs + dependencies for both Ubuntu and OS X
|
||||
|
||||
#
|
||||
# See https://github.com/coolaj86/iojs-install-script
|
||||
#
|
||||
|
||||
# curl -fsSL https://example.com/setup.bash | bash
|
||||
# wget -nv https://example.com/setup.bash -O - | bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue