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

Error installing #9

Closed
ghost opened this issue Jul 15, 2021 · 1 comment
Closed

Error installing #9

ghost opened this issue Jul 15, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 15, 2021

Hi! First of all thank you for this small project. I really like the idea!

I tried to install it using the recommended method, but I get this issue:

$ go get github.com/yusukebe/revealgo/cmd/revealgo
go: downloading github.com/yusukebe/revealgo v1.0.0
go: downloading github.com/jessevdk/go-flags v1.5.0
../../go/pkg/mod/github.com/yusukebe/[email protected]/server.go:16:12: pattern assets/revealjs: no matching files found

My go version is: go version go1.16.6 linux/amd64.

Thank you!

@yusukebe
Copy link
Owner

go get can't fetch git submodule for reveal.js. So run the commands below

$ git clone [email protected]:yusukebe/revealgo.git
$ cd revealgo
$ git submodule update --init --recursive
$ go get

Thank you.

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

1 participant