Skip to content

Commit

Permalink
add gitee doc mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Dec 14, 2018
1 parent 317241e commit 4d4acdf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions site/src/site/sphinx/install-detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 等平台上一键安装,请复制以下内容,并粘贴到命令行中,敲 `回车` 执行即可:
Expand All @@ -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)
Expand Down

0 comments on commit 4d4acdf

Please sign in to comment.