From 4b22e57a4017ff63489d72a8df160aae8338cd01 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 11 Feb 2022 20:12:17 +0100 Subject: [PATCH] Update the README, SetupPayload is now WUMSLoader, wut has been moved --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0a4db9..62d6e3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libkernel -Requires the [KernelModule](https://github.com/Maschell/KernelModule) to be running via [SetupPayload](https://github.com/wiiu-env/SetupPayload). -Requires [wut](https://github.com/decaf-emu/wut) for building. +Requires the [KernelModule](https://github.com/wiiu-env/KernelModule) to be running via [WUMSLoader](https://github.com/wiiu-env/WUMSLoader). +Requires [wut](https://github.com/devkitPro/wut) for building. Install via `make install`. ## Usage