update README

Signed-off-by: pixiake <guofeng@yunify.com>
This commit is contained in:
pixiake 2020-09-01 16:31:26 +08:00
parent 6e5c52e84c
commit c920a0a7b3
2 changed files with 4 additions and 15 deletions

View File

@ -68,14 +68,8 @@ There are three scenarios to use KubeKey.
### Get the Installer Excutable File
* Download Binary
```shell script
curl -O -k https://kubernetes.pek3b.qingstor.com/tools/kubekey/kk
chmod +x kk
```
or
* Binary downloads of the KubeKey can be found on the [Releases page](https://github.com/kubesphere/kubekey/releases).
Unpack the binary and you are good to go!
* Build Binary from Source Code

View File

@ -68,14 +68,9 @@
### 获取安装程序可执行文件
* 下载二进制文件
* 下载KubeKey可执行文件 [Releases page](https://github.com/kubesphere/kubekey/releases)
```shell script
curl -O -k https://kubernetes.pek3b.qingstor.com/tools/kubekey/kk
chmod +x kk
```
或者
下载解压后可直接使用。
* 从源代码生成二进制文件