Index: README.txt
===================================================================
--- README.txt	(revision b73cb3b180076738fb5a8c67cafc64aae32baea6)
+++ README.txt	(revision fc424f66db7f96a33d8d51e52e8dffa177417e09)
@@ -15,6 +15,10 @@
 ---------------------------------------
 
-Install and link glfw and glew using homebrew. This should place all necessary
-files (or possibly symlinks to them) in /usr/loca/include and /usr/local/lib.
+brew install glew
+brew install glfw3 --without-shared-library
+brew install glm
+
+This should place all necessary files (or possibly symlinks to them) in
+/usr/loca/include and /usr/local/lib.
 
 Run 'xcode-select --install'
Index: makefile
===================================================================
--- makefile	(revision b73cb3b180076738fb5a8c67cafc64aae32baea6)
+++ makefile	(revision fc424f66db7f96a33d8d51e52e8dffa177417e09)
@@ -10,5 +10,5 @@
 endif
 
-# If I were generating.o files as well, I should use $? instead of $^
+# If I were generating .o files as well, I should use $? instead of $^
 # as this well prevent regenerating .o files for unchanged .cpp files
 
