From 19d13860a70b8689681faf000c28f137e22f2fa5 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sat, 21 Jan 2023 08:30:06 +0200 Subject: [PATCH] Fix README unzip instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b52feb526..7816d0cdc20 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ mkdir -p tools/mwcc_compiler/ 3. Download [GC_WII_COMPILERS.zip](https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip). -4. Extract `GC_COMPILERS.zip` into the previously created `mwcc_compiler` directory +4. Extract `GC_WII_COMPILERS.zip` into the previously created `mwcc_compiler` directory ```bash -unzip GC_COMPILERS.zip -d tools/mwcc_compiler/ +unzip GC_WII_COMPILERS.zip "GC/*" -d tools/mwcc_compiler/ && mv tools/mwcc_compiler/GC/* tools/mwcc_compiler/ && rmdir tools/mwcc_compiler/GC ``` 5. Place a copy of NTSC-U GCN Twilight Princess in the root directory and call it `gz2e01.iso` (find this on your own)