From 2000619e38808eb5847b280139fe84b17a484424 Mon Sep 17 00:00:00 2001 From: Logan Campbell Date: Fri, 22 Mar 2013 20:26:25 +1100 Subject: [PATCH] Changed installation path recommendation in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66ad72dc..766e3b71 100644 --- a/README.md +++ b/README.md @@ -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