From cae2f01dba2e122eb58f87bd3d90fa2f93da2849 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Fri, 30 Dec 2022 15:18:45 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4365360..4ece5c1 100644 --- a/README.md +++ b/README.md @@ -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