Updated FAQ (markdown)

Hajime Hoshi 2018-01-03 20:10:11 +09:00
parent 29e143c8b4
commit f4ee3fce34

2
FAQ.md

@ -8,6 +8,8 @@ You can install Ebiten library with the below command so that you can avoid comp
go install github.com/hajimehoshi/ebiten/... go install github.com/hajimehoshi/ebiten/...
``` ```
As of Go 1.10, build cache system is changed and you might not need the above tips.
# Graphics # Graphics
## How to draw lines? ## How to draw lines?