We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034f920 commit 79876ebCopy full SHA for 79876eb
README.md
@@ -20,7 +20,13 @@ Choose one of the options below to install cvm.
20
21
```bash
22
brew update
23
-brew install composer-version-manager/cvm
+brew install composer-version-manager/cvm/cvm
24
+```
25
+
26
+**Note:** Watch for symlink errors. If you already have an existing `Python3` installation you may be required to run the following command:
27
28
+```bash
29
+brew link --overwrite cvm
30
```
31
32
### Chocolatey (Windows)
0 commit comments