Updated FAQ (markdown)

Hajime Hoshi 2018-01-09 03:30:48 +09:00
parent 2d4ecc83e0
commit 78b37229f0

4
FAQ.md

@ -10,6 +10,10 @@ 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`.
# Graphics
## How to draw lines?