update readme

This commit is contained in:
Celogeek 2022-12-30 15:18:45 +01:00
parent cd57f34f50
commit cae2f01dba
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -4,8 +4,16 @@ Convert CBZ/CBR/Dir into Epub for e-reader devices (Kindle Devices, ...)
# Installation
First ensure to have a working version of GO: [Installation](https://go.dev/doc/install)
Then install the last version of the tool:
```
go get -u github.com/celogeek/go-comic-converter
go install github.com/celogeek/go-comic-converter@latest
```
Add GOPATH to your PATH
```
export PATH=$(go env GOPATH)/bin:$PATH
```
# Usage