Merge pull request #1087 from logaan/usr-local-bin

Changed installation path recommendation in README.
This commit is contained in:
Michael Klishin 2013-03-22 02:38:12 -07:00
commit 3ef90f6454

View file

@ -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