ebiten/examples/README.md
2016-08-26 01:25:28 +09:00

8 lines
175 B
Markdown

# Exacute the examples
```sh
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run -tags example rotate/main.go
```
Note that you need to specify `example` tag.