Skip to content

Commit

Permalink
update go install
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Jan 20, 2024
1 parent f0e1870 commit be8832d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cn/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,21 @@ _有关 `trzsz ( trz / tsz )` 更详细的文档,请查看 [https://trzsz.gith
</details>
- 可从 [Releases](https://github.com/trzsz/trzsz-go/releases) 中直接下载适用的版本
- 用 Go 自己编译( 要求 go 1.20 以上 )
<details><summary><code>或者用 Go 编译( 要求 go 1.20 以上 )</code></summary>
<details><summary><code>sudo make install</code></summary>
```sh
git clone https://github.com/trzsz/trzsz-go.git
git clone --depth 1 https://github.com/trzsz/trzsz-go.git
cd trzsz-go
make
sudo make install
```

</details>

- 可从 [Releases](https://github.com/trzsz/trzsz-go/releases) 中直接下载适用的版本

## 使用方法

### 在本地电脑使用
Expand Down

0 comments on commit be8832d

Please sign in to comment.