shithub: pokecrystal

Download patch

ref: 6fcba7a28a0d3d7826603b54b187dc5fca853669
parent: 5a4da53dfdb2c9315b3aa3c25cf2a5848d070a94
author: yenatch <yenatch@gmail.com>
date: Sat Oct 24 23:26:12 EDT 2015

simpler mac instructions

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,19 +22,13 @@
 ```
 
 
-# OS X
+# Mac
 
-Xcode provides most of the tools needed to build.
-
-On 10.8 or earlier, download and install **Command Line Tools for Xcode**.
-
-On 10.9 or later, run `xcode-select --install` in the terminal.
-
 In **Terminal**, run:
 
 ```bash
-lynx -source bootstrap.pypa.io/get-pip.py | python
-pip install pypng
+xcode-select --install
+sudo easy_install pypng
 
 git clone https://github.com/bentley/rgbds
 cd rgbds