Skip to content

Commit

Permalink
Update raw.github url
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmyers committed May 3, 2014
1 parent de27a7d commit debdfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outline/setup_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Leiningen is a tool used on the command line to manage Clojure projects.
To install `lein`, execute the following commands in your terminal. You will be prompted to enter your password.

```
curl https://raw.github.com/technomancy/leiningen/stable/bin/lein > lein
curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein > lein
sudo mkdir -p /usr/local/bin/
sudo mv lein /usr/local/bin/lein
sudo chmod a+x /usr/local/bin/lein
Expand Down

0 comments on commit debdfa0

Please sign in to comment.