From ef7f0f14ec02096edd8251b1d66a1974eb33ca33 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Sat, 12 Sep 2020 01:32:12 -0400 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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