yusukebe / revealgo

Markdown driven presentation tool written in Go!
MIT License
237 stars 22 forks source link

Include reveal.js on package, not use git submodule #12

Closed yusukebe closed 2 years ago

yusukebe commented 2 years ago

To install revealgo, we have to use git clone and git submodule command because reveal.js is imported by git submodule. We can't install by go install or go get, now.

To make it more potable, include reveal.js in this package. Details:

yusukebe commented 2 years ago

Now, we decided to distribute revealgo as binaries by using gorelaser instead of go get or go install command. It's not so important to include reveal.js and socket.io in this repository. Close this issue.