Fix two stale references to emerald in legacy_WSL1_INSTALL.md

This commit is contained in:
PikalaxALT
2022-03-14 08:49:14 -04:00
parent ccd694f665
commit aea142ba03
+2 -2
View File
@@ -1,6 +1,6 @@
### Setting up WSL1 (Legacy Portion) ### 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 ```bash
sudo apt install build-essential git libpng-dev gdebi-core sudo apt install build-essential git libpng-dev gdebi-core
@@ -38,4 +38,4 @@
source /etc/profile.d/devkit-env.sh 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).