diff --git a/content/community/downloads.adoc b/content/community/downloads.adoc index c5f4911f..30a89eb2 100644 --- a/content/community/downloads.adoc +++ b/content/community/downloads.adoc @@ -7,6 +7,19 @@ Rich Hickey ifdef::env-github,env-browser[:outfilesuffix: .adoc] + + += Clojure Tools + +Clojure provides an optional, but recommended set of <> that can be used to start a Clojure repl, use Clojure and Java libraries, and start Clojure programs. + +See the https://github.com/clojure/brew-install/blob/1.10.1/CHANGELOG.md[changelog] for version information. + +After following these installation instructions, you should be able to use the `clj` or `clojure` command to start a Clojure repl. + + + + [NOTE] ==== New to Clojure? Head to the <> guide instead for information on how to install the Clojure tools! @@ -14,6 +27,10 @@ New to Clojure? Head to the <>, <>, or <> for learning the language! +Check out <>, <>, or <> to learn the language! == Dependencies