From ea6e5cc24d9ed42bf36b44afce38cb1268c581a8 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Tue, 13 Dec 2016 20:39:54 +0000 Subject: [PATCH] minor updates to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 220112d..c758649 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ originally written by saturnu, and released on the ## Building -If you want to build the menu, you need an n64 toolchain. When using windows 10or Ubuntu, installation is totally automated through a script. +If you want to build the menu, you need an n64 toolchain. When using windows 10 or Ubuntu, installation is totally automated through a script. ### Dependencies (installed automatically) * Windows 10 (Aniversary Update or above) / Ubuntu 16.04 (or above) @@ -24,7 +24,7 @@ If you want to build the menu, you need an n64 toolchain. When using windows 10o Clone this `Altra64` repo to a directory of your choice. -On Windows 10, browse to the tools directory and double click on ```setup-wsfl.cmd``` +On Windows 10, browse to the tools directory and double click on ```setup-wsfl.cmd```. On Ubuntu, browse to the tools directory and run the command ```$ chmod +x ./setup-linux.sh;source ./setup-linux.sh```