From 4d4acdf4035586bb88b1bf098921c5211dbec929 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Fri, 14 Dec 2018 16:31:06 +0800 Subject: [PATCH] add gitee doc mirror --- README_CN.md | 2 ++ site/src/site/sphinx/install-detail.md | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README_CN.md b/README_CN.md index 55a4fb17b3f..97a32a5074d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -74,6 +74,8 @@ curl -L https://alibaba.github.io/arthas/install.sh | sh * [Release Notes](https://alibaba.github.io/arthas/release-notes.html) * [QQ群/钉钉群](https://alibaba.github.io/arthas/contact-us.html) +Gitee文档镜像: https://arthas.gitee.io/ + ### 案例展示 #### Dashboard diff --git a/site/src/site/sphinx/install-detail.md b/site/src/site/sphinx/install-detail.md index ed0af49065a..399c896e799 100644 --- a/site/src/site/sphinx/install-detail.md +++ b/site/src/site/sphinx/install-detail.md @@ -22,6 +22,13 @@ $ java -jar arthas-boot.jar -h `java -jar arthas-boot.jar --repo-mirror aliyun --use-http` +* 如果从github下载有问题,可以使用gitee镜像 + + ```bash + $ wget https://arthas.gitee.io/arthas-boot.jar + ``` + + ### 使用`as.sh` Arthas 支持在 Linux/Unix/Mac 等平台上一键安装,请复制以下内容,并粘贴到命令行中,敲 `回车` 执行即可: @@ -36,6 +43,12 @@ $ curl -L https://alibaba.github.io/arthas/install.sh | sh 也可以执行`./as.sh -h`来获取更多参数信息。 +* 如果从github下载有问题,可以使用gitee镜像 + + ```bash + $ curl -L https://arthas.gitee.io/install.sh | sh + ``` + ## 全量安装 最新版本,点击下载:[![Arthas](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.taobao.arthas&a=arthas-packaging&e=zip&c=bin&v=LATEST)