mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
12 lines
165 B
Markdown
12 lines
165 B
Markdown
# 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`
|