diff --git a/setup.bash b/setup.bash index 2a5c1e4..ed23560 100644 --- a/setup.bash +++ b/setup.bash @@ -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