Skip to content

Commit 9b10567

Browse files
committed
update go install
1 parent be8832d commit 9b10567

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

go.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,21 @@ _Please check [https://trzsz.github.io](https://trzsz.github.io) for more inform
127127
128128
</details>
129129
130-
- Download from the [Releases](https://github.com/trzsz/trzsz-go/releases)
130+
- Build from source ( Requires go 1.20 or later )
131131
132-
<details><summary><code>Or build and install from the source code ( Requires go 1.20 or later )</code></summary>
132+
<details><summary><code>sudo make install</code></summary>
133133
134134
```sh
135-
git clone https://github.com/trzsz/trzsz-go.git
135+
git clone --depth 1 https://github.com/trzsz/trzsz-go.git
136136
cd trzsz-go
137137
make
138138
sudo make install
139139
```
140140
141141
</details>
142142
143+
- Download from the [Releases](https://github.com/trzsz/trzsz-go/releases)
144+
143145
## Usage
144146
145147
### Use on the local computer

0 commit comments

Comments
 (0)