Skip to content

Commit

Permalink
Merge pull request ClojureBridge#86 from rachelmyers/patch-1
Browse files Browse the repository at this point in the history
Update raw.github url
  • Loading branch information
bridgethillyer committed May 3, 2014
2 parents de27a7d + debdfa0 commit cccf13c
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 cccf13c

Please sign in to comment.