Skip to content

Commit

Permalink
fixing curl install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-o-matic committed Feb 14, 2011
1 parent d5a3204 commit 9d7f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -4,7 +4,7 @@

Make sure you're in your home directory, then copy and paste this into your terminal:

curl http://github.com/expectedbehavior/common-files/raw/master/.common_files/install.sh | bash
curl -L http://github.com/expectedbehavior/common-files/raw/master/.common_files/install.sh | bash

Check out [the install script](http://github.com/expectedbehavior/common-files/blob/master/.common_files/install.sh) if you like. It's pretty close to the lines below.

Expand Down

0 comments on commit 9d7f3ec

Please sign in to comment.