v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-21 10:00:59 -07:00

docs: update Install in README

This commit is contained in:
eeeXun 2023-02-10 15:10:05 +08:00
parent 89257856aa
commit 4956efbcc0

View File

@ -10,18 +10,22 @@ Support:
## Install ## Install
### From source
```
go get && go build
```
### Arch Linux (AUR) ### Arch Linux (AUR)
``` ```
yay -S gtt-bin yay -S gtt-bin
``` ```
### Prebuild
Binary file is available in [Release Page](https://github.com/eeeXun/GTT/releases) for Linux and macOS on x86_64.
### From source
```
go get && go build
```
### Run on Docker ### Run on Docker
``` ```