From dd4116b625e15b1f877477770f1a4d47c9448096 Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Sat, 10 Dec 2022 12:43:39 +1100 Subject: [PATCH] Update README dependency list you need a little more than just wut --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65595c7..833c2a8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This a version of the [original mocha](https://github.com/dimok789/mocha) to be ## Building -For building you just need [wut](https://github.com/devkitPro/wut/) installed, then use the `make` command. +For building you just need [wut](https://github.com/devkitPro/wut/), [libmocha](https://github.com/wiiu-env/libmocha), and devkitARM installed, then use the `make` command. ## Building using the Dockerfile