shithub: pokered

Download patch

ref: f3b3e21e04ad01ff775dcb2621355287d747d73d
parent: 79368d56beeb4682a5ba19ba23e5e10154bfc2f9
author: yenatch <yenatch@gmail.com>
date: Sat Oct 24 23:21:27 EDT 2015

fix repository links

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -3,12 +3,12 @@
 	sudo apt-get install make gcc bison git python python-pip
 	sudo 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/iimarckus/pokered.git
+	git clone --recursive https://github.com/pret/pokered
 	cd pokered
 
 To build **pokered.gbc** and **pokeblue.gbc**:
@@ -28,12 +28,12 @@
 	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/iimarckus/pokered.git
+	git clone --recursive https://github.com/pret/pokered
 	cd pokered
 
 	make
@@ -54,7 +54,7 @@
 	lynx -source bootstrap.pypa.io/get-pip.py | python
 	pip install pypng
 
-	git clone --recursive git://github.com/iimarckus/pokered.git
+	git clone --recursive https://github.com/pret/pokered
 	cd pokered
 
 	make