From d983bf7ec733cd3f86e0885d934133c1dae0bc05 Mon Sep 17 00:00:00 2001 From: Caleb Jones Date: Sun, 27 Mar 2016 12:21:43 -0400 Subject: [PATCH] Improve Leiningen installation instructions in Clojure layer The previous installation instructions suggested that you install lein via your OS package manager, but since the minimum required version to run the plugins is 2.5.2 and some OS package managers are still packaging versions in 1.x, linking to the official install instructions is better. Fixes #5612 --- layers/+lang/clojure/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index ca3c50210..134de9e01 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -83,7 +83,7 @@ Or set this variable when loading the configuration layer: - Run ~SPC m s i~ in any of the clojure source files to connect to the CIDER REPL. *** Quick Start with lein -- Install =lein= via your OS package manager. +- Install =lein= version 2.5.2 or newer (see http://leiningen.org/#install) - Create a file =~/.lein/profiles.clj= with the following content: #+BEGIN_SRC clojure