added friendly comment
This commit is contained in:
parent
1ed3b1934b
commit
aceb40476d
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/bash
|
#!/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
|
# curl -fsSL https://example.com/setup.bash | bash
|
||||||
# wget -nv https://example.com/setup.bash -O - | bash
|
# wget -nv https://example.com/setup.bash -O - | bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue