From c564d57b5170ea7fed7814574615e6a93033a824 Mon Sep 17 00:00:00 2001 From: Leon Zhang Date: Sat, 20 Oct 2018 00:12:35 +0800 Subject: [PATCH] update doc add release link --- README.md | 2 +- doc/install.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d630b80..45115ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![SOAR](http://github.com/XiaoMi/soar/raw/master/doc/images/logo.png) +![SOAR](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/logo.png) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xiaomi-dba/soar) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/XiaoMi/soar/blob/master/LICENSE) diff --git a/doc/install.md b/doc/install.md index 3c8e6b1..e270855 100644 --- a/doc/install.md +++ b/doc/install.md @@ -1,8 +1,10 @@ ## 下载二进制安装包 ```bash -TODO: 开源后补充下载release版本链接 -wget https://github.com/XiaoMi/soar/archive/v0.7.0.zip +wget https://github.com/XiaoMi/soar/releases/download/${tag}/soar.linux-amd64 -O soar + +如: +wget https://github.com/XiaoMi/soar/releases/download/v0.8.0/soar.linux-amd64 -O soar ``` ## 源码安装 -- GitLab