summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md24
1 files changed, 9 insertions, 15 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 05c416174..d47ca0dea 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,12 +6,12 @@ Note that this requires python2.7 for the moment.
sudo apt-get install make gcc bison git python python-pip
pip install pypng
-git clone git://github.com/bentley/rgbds.git
+git clone https://github.com/bentley/rgbds
cd rgbds
sudo make install
cd ..
-git clone --recursive git://github.com/kanzure/pokecrystal.git
+git clone --recursive https://github.com/pret/pokecrystal
cd pokecrystal
```
@@ -22,26 +22,20 @@ 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 git://github.com/bentley/rgbds.git
+git clone https://github.com/bentley/rgbds
cd rgbds
sudo make install
cd ..
-git clone --recursive git://github.com/kanzure/pokecrystal.git
+git clone --recursive https://github.com/pret/pokecrystal
cd pokecrystal
```
@@ -68,7 +62,7 @@ apt-cyg install make git python gcc-core libsasl2-3 ca-certificates
lynx -source bootstrap.pypa.io/get-pip.py | python
pip install pypng
-git clone --recursive git://github.com/kanzure/pokecrystal.git
+git clone --recursive https://github.com/pret/pokecrystal
cd pokecrystal
```
@@ -94,7 +88,7 @@ mkdir vagrantbox
cd vagrantbox
vagrant init pokecrystal
vagrant up
-vagrant ssh -c "cd /vagrant && git clone --recursive git://github.com/kanzure/pokecrystal.git"
+vagrant ssh -c "cd /vagrant && git clone --recursive https://github.com/pret/pokecrystal"
vagrant ssh
```