Fix readme: 'go get' installs dependencies

This commit is contained in:
Hajime Hoshi 2014-12-22 01:58:45 +09:00
parent 89c6e7c371
commit f6809862d6

View File

@ -14,8 +14,6 @@ changed easily.
```
:; brew install glew
:; brew install glfw3 # or homebrew/versions/glfw3
:; go get -u github.com/go-gl/gl
:; go get -u github.com/go-gl/glfw3
:; go get -u github.com/hajimehoshi/ebiten
```