From 1466ed3a578faca997318ecebc98df2917f46eb1 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 31 Dec 2021 15:26:33 +0100 Subject: [PATCH] Update the README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 229bbae..0b03ffb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This a lite version of the [original mocha](https://github.com/dimok789/mocha) t ## Usage Place the `00_mocha.rpx` in the `[ENVIRONMENT]/modules/setup` folder and run the [EnvironmentLoader](https://github.com/wiiu-env/EnvironmentLoader). -Requires [PayloadFromRPX](https://github.com/wiiu-env/PayloadFromRPX) as `sd:/wiiu/root.rpx` to support returning from the system settings. +- Requires [PayloadFromRPX](https://github.com/wiiu-env/PayloadFromRPX) as `sd:/wiiu/root.rpx` to support returning from the system settings. ## Patches - You can also place a RPX as `men.rpx` in the `sd:/wiiu` folder which will replace the Wii U Menu. @@ -31,8 +31,6 @@ docker run -it --rm -v ${PWD}:/project mochapayload-builder make docker run -it --rm -v ${PWD}:/project mochapayload-builder make clean ``` - - ## Credits dimok Maschell