diff --git a/doc/install.md b/doc/install.md index c2bcd5a825f5c678e6643d5e797c0c43e29daebf..a649dd309509b9bb53831cb950727fe375e8a1ea 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 9f1b20375d5a85fb0e33492844027907757aa6fa..4685fe4f385a7ac595942eb94e2c4f0c063da91c 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 ```