Skip to content

Commit

Permalink
Changed installation path recommendation in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
logaan committed Mar 22, 2013
1 parent 3edc5c3 commit 2000619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,8 +24,8 @@ upon the first run on unix, so the first run will take longer.

1. Make sure you have JDK 6 or later.
2. [Download the script](https://raw.github.com/technomancy/leiningen/stable/bin/lein).
3. Place it on your `$PATH`. (I like to use `~/bin`)
4. Set it to be executable. (`chmod 755 ~/bin/lein`)
3. Place it on your `$PATH`. (Copying to `/usr/local/bin` should work)
4. Set it to be executable. (`chmod 755 /usr/local/bin/lein`)

There is still a lot of extant material on the Web concerning the
older
Expand Down

0 comments on commit 2000619

Please sign in to comment.