Skip to content

Commit 2adf043

Browse files
authored
Clarify versioned release install
1 parent 301094a commit 2adf043

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ Versioned formulas are named `[email protected]` (homebrew convention).
5959

6060
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.
6161

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:
6369

6470
```
6571
brew install clojure/tools/[email protected]
66-
brew uninstall [email protected]
6772
```
6873

6974
## Links

0 commit comments

Comments
 (0)