mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
fix repository links
This commit is contained in:
parent
7b10cb2878
commit
5a4da53dfd
12
INSTALL.md
12
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user