From aceb40476da07075b2cc0a04cf2010490c1e8564 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 14 Jan 2015 02:57:45 -0700 Subject: [PATCH] added friendly comment --- setup.bash | 6 ++++++ 1 file changed, 6 insertions(+) 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