Skip to content

Commit

Permalink
添加异常输出
Browse files Browse the repository at this point in the history
  • Loading branch information
weiliang-ms committed Oct 11, 2021
1 parent d275af2 commit 01f886c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions book/-安装文档/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ go build -ldflags "-w -s" -o /usr/local/bin/easyctl

### 下载latest release版本

- [Mac OS](https://github.com/weiliang-ms/easyctl/releases/download/latest/easyctl-latest-darwin-amd64.tar.gz)
- [Mac OS](https://github.com/weiliang-ms/easyctl/releases/)
```shell
sudo tar zxvf easyctl-latest-darwin-amd64.tar.gz
sudo tar zxvf easyctl-*-darwin-amd64.tar.gz
sudo cp easyctl /usr/local/bin
```

- [linux-amd64](https://github.com/weiliang-ms/easyctl/releases/download/latest/easyctl-latest-linux-amd64.tar.gz)
- [linux-amd64](https://github.com/weiliang-ms/easyctl/releases/)
```shell
sudo tar zxvf easyctl-latest-linux-amd64.tar.gz
sudo tar zxvf easyctl-*-linux-amd64.tar.gz
sudo cp easyctl /usr/local/bin
```

- [Windows](https://github.com/weiliang-ms/easyctl/releases/download/latest/easyctl-latest-windows-amd64.zip)
- [Windows](https://github.com/weiliang-ms/easyctl/releases/)

### 下载tag版本

Expand Down

0 comments on commit 01f886c

Please sign in to comment.