diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-13 23:52:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 23:52:24 -0500 |
commit | 01ecf3d7a84ea0bed244d4ac7af2d18d30049578 (patch) | |
tree | 005f6049db84404fa2b84b89e48b5776323e951e | |
parent | a373dffabfa7db7a937697e81b41cec7fb8af3ed (diff) |
Update INSTALL.md
-rwxr-xr-x | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ export DEVKITARM=$DEVKITPRO/devkitARM echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc echo "if [ -f ~/.bashrc ]; then . ~/.bashrc; fi" >> ~/.bash_profile -git clone https://github.com/huderlem/pokepinballrs +git clone https://github.com/pret/pokepinballrs git clone https://github.com/pret/agbcc cd agbcc/ |