mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
add tag install
This commit is contained in:
parent
81074341fc
commit
ad48ea5c9e
@ -11,6 +11,12 @@ Then install the last version of the tool:
|
||||
go install github.com/celogeek/go-comic-converter@latest
|
||||
```
|
||||
|
||||
To force install a specific version:
|
||||
```
|
||||
go install github.com/celogeek/go-comic-converter@TAG
|
||||
# Ex: go install github.com/celogeek/go-comic-converter@v1.0.0
|
||||
```
|
||||
|
||||
Add GOPATH to your PATH
|
||||
```
|
||||
export PATH=$(go env GOPATH)/bin:$PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user