From f3b3e21e04ad01ff775dcb2621355287d747d73d Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 25 Oct 2015 03:21:27 -0400 Subject: fix repository links --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cddca1c1..c9696f72 100644 --- 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 @@ In **Terminal**, run: 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 @@ In the **Cygwin terminal**: 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 -- cgit v1.2.3