You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,16 @@ Versioned formulas are named `clojure@some.version` (homebrew convention).
59
59
60
60
Note that you cannot install both the stable version AND a specific named version - these will conflict. You must `brew uninstall clojure` first before installing a specific version. There are various cases where you may still have uninstalled but linked versions - in those cases `brew` will give you a helpful message telling you what to do.
61
61
62
-
To install or uninstall a versioned Clojure CLI from the Clojure tap:
62
+
To install a versioned Clojure CLI from the Clojure tap, you should first uninstall any existing Clojure formula:
63
+
64
+
```
65
+
brew uninstall clojure
66
+
```
67
+
68
+
And then use this command to install a specific versioned release:
0 commit comments