diff --git a/README.md b/README.md index 20af321..a320174 100644 --- a/README.md +++ b/README.md @@ -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