mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-21 01:50:36 -07:00
docs: update Install in README
This commit is contained in:
parent
b0e3d6f764
commit
7d44f74bb2
14
README.md
14
README.md
@ -10,10 +10,24 @@ Support:
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
### From source
|
||||||
|
|
||||||
```
|
```
|
||||||
go get && go build
|
go get && go build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Arch Linux (AUR)
|
||||||
|
|
||||||
|
```
|
||||||
|
yay -S gtt-bin
|
||||||
|
```
|
||||||
|
|
||||||
|
### Run on Docker
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -it eeexun/gtt
|
||||||
|
```
|
||||||
|
|
||||||
## Language in argument
|
## Language in argument
|
||||||
|
|
||||||
You can pass `-src` and `-dst` in argument to set source and destination language.
|
You can pass `-src` and `-dst` in argument to set source and destination language.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user