added friendly comment

This commit is contained in:
AJ ONeal 2015-01-14 02:57:45 -07:00
parent 1ed3b1934b
commit aceb40476d
1 changed files with 6 additions and 0 deletions

View File

@ -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