mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 08:12:36 +02:00
update readme
This commit is contained in:
parent
e9e614ffac
commit
04d1629bd0
@ -12,17 +12,17 @@ First ensure to have a working version of GO: [Installation](https://go.dev/doc/
|
|||||||
|
|
||||||
Then install the last version of the tool:
|
Then install the last version of the tool:
|
||||||
```
|
```
|
||||||
$ go install github.com/celogeek/go-comic-converter@latest
|
$ go install github.com/celogeek/go-comic-converter/v2
|
||||||
```
|
```
|
||||||
|
|
||||||
To force install a specific version:
|
To force install a specific version:
|
||||||
```
|
```
|
||||||
$ go install github.com/celogeek/go-comic-converter@TAG
|
$ go install github.com/celogeek/go-comic-converter/v2@V2TAG
|
||||||
```
|
```
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
$ go install github.com/celogeek/go-comic-converter@v1.0.0
|
$ go install github.com/celogeek/go-comic-converter/v2@v2.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Add GOPATH to your PATH
|
Add GOPATH to your PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user