mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
update readme
This commit is contained in:
parent
cd57f34f50
commit
cae2f01dba
10
README.md
10
README.md
@ -4,8 +4,16 @@ Convert CBZ/CBR/Dir into Epub for e-reader devices (Kindle Devices, ...)
|
|||||||
|
|
||||||
# Installation
|
# 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
|
# Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user