Update README.md

This commit is contained in:
Milan Nikolic 2017-01-31 13:17:25 +01:00 committed by GitHub
parent e56840b91e
commit 171dc9673a

View file

@ -7,7 +7,7 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
### Requirements ### Requirements
* [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi) * [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi)
* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) * [OpenAL Soft](http://kcat.strangesoft.net/openal.html) (on OS X system framework is used)
##### Ubuntu ##### Ubuntu
@ -22,7 +22,6 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
##### OS X ##### OS X
brew install glfw3 brew install glfw3
brew install openal-soft
##### Android ##### Android