From 437777700700985ee7ad0c784e063e78775584ba Mon Sep 17 00:00:00 2001 From: jwkwshjsjsj Date: Mon, 11 Aug 2025 22:23:34 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1c4931..46e146a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. Copy the file `MemoryMappingModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`. 2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`. -## Buildflags +## Build flags ### Logging Building via `make` only logs errors (via OSReport). To enable logging via the [LoggingModule](https://github.com/wiiu-env/LoggingModule) set `DEBUG` to `1` or `VERBOSE`. @@ -29,4 +29,4 @@ docker run -it --rm -v ${PWD}:/project memorymappingmodule-builder make clean ``` ## Format the code via docker -`docker run --rm -it -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i` \ No newline at end of file +`docker run --rm -it -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i`