diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-05-27 16:20:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 16:20:13 -0400 |
commit | 8b45c8e48ac1ddce3e986fb512937cf2e57f86ec (patch) | |
tree | d9d01f7f44fd1c5645805fd4cb70bceef3e61e09 | |
parent | c723d980e772f7e7ab82dbcb7ad07132c09ab5b4 (diff) |
Fix github links to pret's.
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index e0a8c325e..1ad3b4b0c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -377,7 +377,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for 1. If pokeemerald is not already downloaded (some users may prefer to download pokeemerald via a git client like GitHub Desktop), run: ```bash - git clone https://github.com/luckytyphlosion/pokeemerald + git clone https://github.com/pret/pokeemerald ``` <details> @@ -397,7 +397,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for - If agbcc has **not been built before** in the folder where you chose to store pokeemerald, run the following commands to build and install it into pokeemerald: ```bash - git clone https://github.com/luckytyphlosion/agbcc + git clone https://github.com/pret/agbcc cd agbcc ./build.sh ./install.sh ../pokeemerald |