From 2b24c6059ec81920a52fc2b622f6fea6ea62ab8a Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Sun, 31 Mar 2019 15:55:37 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=94=B9=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E5=85=8B=E9=9A=86=E6=96=B9=E5=BC=8F=EF=BC=8C=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E4=BB=A5=E5=90=8E=20`git=20pull`=20=E7=9B=B4=E6=8E=A5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=BA=90=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 直接克隆到 `/etc/ansible` 目录 --- docs/setup/00-planning_and_overall_intro.md | 5 ++--- docs/setup/quickStart.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/setup/00-planning_and_overall_intro.md b/docs/setup/00-planning_and_overall_intro.md index 0d57958..50a5d04 100644 --- a/docs/setup/00-planning_and_overall_intro.md +++ b/docs/setup/00-planning_and_overall_intro.md @@ -82,9 +82,8 @@ ssh-copy-id $IPs #$IPs为所有节点地址包括自身,按照提示输入yes ``` bash # 方式一:使用git clone -git clone --depth=1 https://github.com/gjmzj/kubeasz.git -mkdir -p /etc/ansible -mv kubeasz/* /etc/ansible +git clone --depth=1 https://github.com/gjmzj/kubeasz.git /etc/ansible + # 方式二:从发布页面 https://github.com/gjmzj/kubeasz/releases 下载源码解压到同样目录 ``` - 4.2a 下载二进制文件 diff --git a/docs/setup/quickStart.md b/docs/setup/quickStart.md index e064d22..fc8babe 100644 --- a/docs/setup/quickStart.md +++ b/docs/setup/quickStart.md @@ -69,9 +69,8 @@ if __name__ == '__main__': ``` bash # 方式一:使用git clone -git clone --depth=1 https://github.com/gjmzj/kubeasz.git -mkdir -p /etc/ansible -mv kubeasz/* /etc/ansible +git clone --depth=1 https://github.com/gjmzj/kubeasz.git /etc/ansible + # 方式二:从发布页面 https://github.com/gjmzj/kubeasz/releases 下载源码解压到同样目录 ``` - 4.2a 下载二进制文件