Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error #2

Open
kjellwinblad opened this issue Oct 2, 2021 · 2 comments
Open

Installation error #2

kjellwinblad opened this issue Oct 2, 2021 · 2 comments

Comments

@kjellwinblad
Copy link

Hi, this tool looks very nice. Unfortunately I get the following error when following the installation instructions:

> go get github.com/gonejack/html-to-epub
package embed: unrecognized import path "embed" (import path does not begin with hostname)

OS: Ubuntu 20.04.2 LTS
go version go1.13.8 linux/amd64

@gonejack
Copy link
Owner

gonejack commented Oct 2, 2021 via email

@sim2github
Copy link

Since go1.17: Deprecation of 'go get' for installing executables

To install binary in new version:

go install github.com/gonejack/html-to-epub@latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants