From a75f0b731997e63b36f3e2208775886fbb9cecab Mon Sep 17 00:00:00 2001 From: Jacek Laskowski Date: Sat, 7 Apr 2012 11:29:56 +0300 Subject: [PATCH] repl can be run from anywhere, too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44cd96ed..cac483c1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can also chain tasks together in a single command by using commas: $ lein clean, test foo.test-core, jar Most tasks need to be run from somewhere inside a project directory to -work, but some (`new`, `help`, `search`, `version`, and the +work, but some (`new`, `help`, `search`, `version`, `repl`, and the two-argument version of `install`) may run from anywhere. The install task places shell scripts in the `~/.lein/bin`