Updated FAQ (markdown)

Hajime Hoshi 2018-03-12 02:12:36 +09:00
parent 74019cd851
commit 5f7359ca6a

10
FAQ.md

@ -1,15 +1,5 @@
# General
## `go run` is too slow
You can install Ebiten library with the below command so that you can avoid compiling Ebiten each time when compiling your game.
```shell
go install github.com/hajimehoshi/ebiten/...
```
As of Go 1.10, build cache system is changed and you might not need the above tips.
## Why do the examples use the build tag `example`?
With the build tag, `go get -u github.com/hajimehoshi/ebiten/...` doesn't install the example binaries in your `$GOPATH/bin`.