From b413592d222f3c3d65b9447a272db774cd0c33a3 Mon Sep 17 00:00:00 2001 From: Inhere Date: Sun, 19 Jan 2020 14:17:23 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4784316..438e4e1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Download phar from github releases page > Notice: please replace the `{VERSION}` to specified version ```bash -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 +# eg +wget https://github.com/swoft-cloud/swoft-cli/releases/download/v0.2.6/swoftcli.phar # quick check php swoftcli.phar -V