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 08b2b32 commit b985e2eCopy full SHA for b985e2e
README.md
@@ -15,14 +15,16 @@
15
```sh
16
curl -SsLo ~/clish.phar https://github.com/adhocore/php-cli-syntax/releases/latest/download/clish.phar
17
18
-chmod +x ~/clish.phar && sudo ln -s ~/clish /usr/local/bin/clish
+chmod +x ~/clish.phar && sudo ln -s ~/clish.phar /usr/local/bin/clish
19
```
20
+> Follow same steps to upgrade.
21
22
### As standalone binary
23
24
25
composer global require adhocore/cli-syntax
26
27
28
29
### As project dependency
30
```bash
0 commit comments