summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-10-25 03:23:33 -0400
committeryenatch <yenatch@gmail.com>2015-10-25 03:23:33 -0400
commit5a4da53dfdb2c9315b3aa3c25cf2a5848d070a94 (patch)
treef6d1d44dcadf80eb2fff17ce3f6ed16049f23eb5
parent7b10cb2878eb9011f42d4fe2815de9ab3a28eba4 (diff)
fix repository links
-rw-r--r--INSTALL.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 05c416174..8bb270868 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
```
@@ -36,12 +36,12 @@ In **Terminal**, run:
lynx -source bootstrap.pypa.io/get-pip.py | python
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
```
@@ -68,7 +68,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 +94,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
```