diff --git a/Installation.md b/Installation.md index 20bb1a8..8c14518 100644 --- a/Installation.md +++ b/Installation.md @@ -26,7 +26,10 @@ sudo apt-get install python3-pip ``` ## Step 3: -Download build_tools.zip from the Releases section and extract it to the tools folder. This contains the compilers the decompilation uses, as well as a modified version of Qemu to emulate them on a modern Linux system. The compilers must go into the tools folder. Qemu may be placed wherever you like. +- Download build_tools.zip from the [Releases](https://github.com/zeldaret/mm/releases/) section. +- Extract build_tools.zip to the `/path/to/mm/tools` folder. +- This contains the compilers the decompilation uses, as well as a modified version of Qemu to emulate them on a modern Linux system. +- The compilers must go into the tools folder. Qemu may be placed wherever you like. If Qemu is not in the builds folder, then you will need to set the correct path in Step 4. ## Step 4: ### Option A