diff --git a/FAQ.md b/FAQ.md index 2d13ad1..6fcba76 100644 --- a/FAQ.md +++ b/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/... ``` +As of Go 1.10, build cache system is changed and you might not need the above tips. + # Graphics ## How to draw lines?