ebiten/_docs/README.md

12 lines
163 B
Markdown
Raw Normal View History

2016-02-06 21:29:10 +01:00
# How to generate the doc
`go run gen.go`
# How to run HTTP server
`go run server.go`
# How to deploy
git subtree push --prefix _docs/public/ origin gh-pages