Skip to content

Commit cf5240f

Browse files
committed
add brew trust tap instructions
1 parent 1cdfa98 commit cf5240f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

content/guides/install_clojure.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ The version numbers of the language and the CLI are separate but related. The Cl
2121

2222
Prerequisites: <<install_clojure#java,Java>>, <<install_clojure#brew,brew>>
2323

24-
This adds the commands `clojure` and `clj` to your system from the https://github.com/clojure/homebrew-tools[clojure/tools tap]:
24+
First, add the https://github.com/clojure/homebrew-tools[Clojure tap] as a trusted tap (this is a 1-time operation):
25+
26+
[source,shell]
27+
----
28+
brew trust clojure/tools
29+
----
30+
31+
Then install the Clojure recipe from the tap to add the commands `clojure` and `clj` to your system:
2532

2633
[source,shell]
2734
----

0 commit comments

Comments
 (0)