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 fda3d55 commit b413592Copy full SHA for b413592
README.md
@@ -24,7 +24,9 @@ Download phar from github releases page
24
> Notice: please replace the `{VERSION}` to specified version
25
26
```bash
27
-wget https://github.com/swoft-cloud/swoft-cli/releases/download/{VERSION}/swoftcli.phar
+# wget https://github.com/swoft-cloud/swoft-cli/releases/download/{VERSION}/swoftcli.phar
28
+# eg
29
+wget https://github.com/swoft-cloud/swoft-cli/releases/download/v0.2.6/swoftcli.phar
30
31
# quick check
32
php swoftcli.phar -V
0 commit comments