From 5df2f57a49dfd49c7c4731f8ab6553f4baeb9fc7 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Wed, 29 Jul 2020 22:09:50 -0500 Subject: [PATCH] add contributor --- content/community/downloads.adoc | 17 +++++++++++++++++ content/dev/contributors.csv | 1 + content/guides/getting_started.adoc | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) 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