From 706935d9b90bab3700b34943f2a5750f329b3688 Mon Sep 17 00:00:00 2001
From: Hajime Hoshi
:; brew install glew
-:; brew install glfw3 # or homebrew/versions/glfw3
+:; brew install glfw3 # or homebrew/versions/glfw3
:; go get github.com/hajimehoshi/ebiten
If you want to run your game on a web browser, execute this:
:; go get github.com/gopherjs/gopherjs
diff --git a/_docs/public/index.html b/_docs/public/index.html
index 660ce1dec..7c5c7eb46 100644
--- a/_docs/public/index.html
+++ b/_docs/public/index.html
@@ -79,8 +79,7 @@ pre {
Install on Mac OS X
-:; brew install glew
-:; brew install glfw3 # or homebrew/versions/glfw3
+:; brew install glfw3 # or homebrew/versions/glfw3
:; go get github.com/hajimehoshi/ebiten
If you want to run your game on a web browser, execute this:
:; go get github.com/gopherjs/gopherjs