From cec7f0911b31803029bc4d8d6fa519782f93ae06 Mon Sep 17 00:00:00 2001 From: martianzhang Date: Mon, 19 Nov 2018 16:28:02 +0800 Subject: [PATCH] update doc --- doc/install.md | 2 +- doc/install_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.md b/doc/install.md index c2bcd5a..a649dd3 100644 --- a/doc/install.md +++ b/doc/install.md @@ -4,7 +4,7 @@ wget https://github.com/XiaoMi/soar/releases/download/${tag}/soar.${OS}-amd64 -O soar chmod a+x soar 如: -wget https://github.com/XiaoMi/soar/releases/download/v0.9.0/soar.linux-amd64 -O soar +wget https://github.com/XiaoMi/soar/releases/download/0.9.0/soar.linux-amd64 -O soar chmod a+x soar ``` diff --git a/doc/install_en.md b/doc/install_en.md index 9f1b203..4685fe4 100644 --- a/doc/install_en.md +++ b/doc/install_en.md @@ -4,7 +4,7 @@ wget https://github.com/XiaoMi/soar/releases/download/${tag}/soar.${OS}-amd64 -O soar chmod a+x soar eg. -wget https://github.com/XiaoMi/soar/releases/download/v0.9.0/soar.linux-amd64 -O soar +wget https://github.com/XiaoMi/soar/releases/download/0.9.0/soar.linux-amd64 -O soar chmod a+x soar ``` -- GitLab