diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2022-03-14 08:49:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2022-03-14 08:49:14 -0400 |
commit | aea142ba03cfd93f16c2aa08098a513a7326320f (patch) | |
tree | 04ebd9973e5c6eb528ceb8b09a3810f4cd58d244 | |
parent | ccd694f665ff93e869eb31e1418ba0bb00cba07d (diff) |
Fix two stale references to emerald in legacy_WSL1_INSTALL.md
-rw-r--r-- | docs/legacy_WSL1_INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/legacy_WSL1_INSTALL.md b/docs/legacy_WSL1_INSTALL.md index b9840d1c8..90096b022 100644 --- a/docs/legacy_WSL1_INSTALL.md +++ b/docs/legacy_WSL1_INSTALL.md @@ -1,6 +1,6 @@ ### Setting up WSL1 (Legacy Portion) -1. Certain packages are required to build pokeemerald. Install these packages by running the following command: +1. Certain packages are required to build pokefirered. Install these packages by running the following command: ```bash sudo apt install build-essential git libpng-dev gdebi-core @@ -38,4 +38,4 @@ source /etc/profile.d/devkit-env.sh ``` -Proceed to [Choosing where to store pokeemerald (WSL1) of the current INSTALL.md](/INSTALL.md#choosing-where-to-store-pokeemerald-WSL1). +Proceed to [Choosing where to store pokefirered (WSL1) of the current INSTALL.md](/INSTALL.md#choosing-where-to-store-pokefirered-WSL1). |