Skip to content

Commit

Permalink
docs: add go build
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeXun committed May 13, 2023
1 parent 035d01d commit 4e61f85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ Binary file is available in [Release Page](https://github.com/eeeXun/gtt/release
go install github.com/eeeXun/gtt@latest
```
or
```
git clone https://github.com/eeeXun/gtt.git && cd gtt && go build -ldflags="-s -w -X main.version=$(git describe --tags)"
```
### Run on Docker
```
Expand Down

0 comments on commit 4e61f85

Please sign in to comment.