File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -127,19 +127,21 @@ _Please check [https://trzsz.github.io](https://trzsz.github.io) for more inform
127
127
128
128
</details>
129
129
130
- - Download from the [Releases](https://github.com/trzsz/trzsz-go/releases )
130
+ - Build from source ( Requires go 1.20 or later )
131
131
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>
133
133
134
134
```sh
135
- git clone https://github.com/trzsz/trzsz-go.git
135
+ git clone --depth 1 https://github.com/trzsz/trzsz-go.git
136
136
cd trzsz-go
137
137
make
138
138
sudo make install
139
139
```
140
140
141
141
</details>
142
142
143
+ - Download from the [Releases](https://github.com/trzsz/trzsz-go/releases)
144
+
143
145
## Usage
144
146
145
147
### Use on the local computer
You can’t perform that action at this time.
0 commit comments