fix links

This commit is contained in:
hengyunabc 2018-09-21 11:39:17 +08:00
parent b2e0bda539
commit 36e6904bd0
2 changed files with 5 additions and 3 deletions

View File

@ -80,7 +80,9 @@ If you cannot boot Arthas, try to pass in all the critical options manually as t
## Offline Help Documentation
Latest Version:[![Arthas](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22com.taoba)
Latest Version:[![Arthas](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22com.taobao.arthas%22%20AND%20a%3A%22arthas-packaging%22)
Download the latest `doc.zip`.
## Uninstall

View File

@ -25,10 +25,10 @@ curl -L https://alibaba.github.io/arthas/install.sh | sh
在`Download`栏下载最新的 `bin.zip`解压后在bin目录有 `as.bat`。此脚本暂时只接受一个参数 pid即只能诊断本机上的 Java 进程。欢迎精通bat脚本的开发者改进
```
as.bat pid
as.bat <pid>
```
如果需要更好的体验,可以在本地使用 `as.bat pid` 启动 Arthas Server 后,然后在另外的 Linux/Mac 上使用 `as.sh pid@ip:port` 来远程诊断。
如果需要更好的体验,可以在本地使用 `as.bat <pid>` 启动 Arthas Server 后,然后在另外的 Linux/Mac 上使用 `as.sh pid@ip:port` 来远程诊断。
> Windows用户如果在cmd里不能正常显示颜色可以使用[conemu](https://sourceforge.net/projects/conemu)。