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 be8832d commit 9b10567
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,21 @@ _Please check [https://trzsz.github.io](https://trzsz.github.io) for more inform
</details>
- Download from the [Releases](https://github.com/trzsz/trzsz-go/releases)
- Build from source ( Requires go 1.20 or later )
<details><summary><code>Or build and install from the source code ( Requires go 1.20 or later )</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>
- Download from the [Releases](https://github.com/trzsz/trzsz-go/releases)
## Usage
### Use on the local computer
Expand Down

0 comments on commit 9b10567

Please sign in to comment.