summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8bb270868..d47ca0dea 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,19 +22,13 @@ make
```
-# OS X
-
-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.
+# Mac
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