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

docs: add Docker Hub link

This commit is contained in:
eeeXun 2023-06-16 16:50:43 +08:00
parent 49200f8e4d
commit 6555252e70

View File

@ -72,10 +72,10 @@ export PATH=$PATH:$HOME/go/bin
git clone https://github.com/eeeXun/gtt.git && cd gtt && go build -ldflags="-s -w -X main.version=$(git describe --tags)" git clone https://github.com/eeeXun/gtt.git && cd gtt && go build -ldflags="-s -w -X main.version=$(git describe --tags)"
``` ```
### Run on Docker ### Run on Docker ([Docker Hub](https://hub.docker.com/r/eeexun/gtt/tags))
```sh ```sh
docker run -it eeexun/gtt docker run -it eeexun/gtt:latest
``` ```
## Create a theme ## Create a theme