Small README fix

This commit is contained in:
Maschell 2023-01-17 16:55:30 +01:00
parent 91f91852f7
commit 43dc79a5bf
2 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ build/
*.rpx
*.elf
*.wuhb
*.zip

View File

@ -2,10 +2,11 @@
# Aroma Updater
## Usage
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
The Aroma Updater can be used to update (or install) "packages" from https://aroma.foryour.cafe/ directly on your console.
1. Copy the file `AromaUpdater.wuhb` into `sd:/wiiu/apps/updater/AromaUpdater.wuhb`.
## Usage
1. Copy the file `AromaUpdater.wuhb` into `sd:/wiiu/apps/AromaUpdater.wuhb`.
2. Run the Updater via Aroma (e.g. from the Wii U Menu).
## Buildflags
@ -36,4 +37,8 @@ docker run -it --rm -v ${PWD}:/project aromaupdater-builder make clean
## Format the code via docker
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/utils/json.hpp -i`
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/utils/json.hpp -i`
## Credits
- Thanks Ingunar for the logo