mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2024-12-25 12:31:55 +01:00
Small README fix
This commit is contained in:
parent
91f91852f7
commit
43dc79a5bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ build/
|
|||||||
*.rpx
|
*.rpx
|
||||||
*.elf
|
*.elf
|
||||||
*.wuhb
|
*.wuhb
|
||||||
|
*.zip
|
||||||
|
11
README.md
11
README.md
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
# Aroma Updater
|
# Aroma Updater
|
||||||
|
|
||||||
## Usage
|
The Aroma Updater can be used to update (or install) "packages" from https://aroma.foryour.cafe/ directly on your console.
|
||||||
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
|
|
||||||
|
|
||||||
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).
|
2. Run the Updater via Aroma (e.g. from the Wii U Menu).
|
||||||
|
|
||||||
## Buildflags
|
## Buildflags
|
||||||
@ -37,3 +38,7 @@ docker run -it --rm -v ${PWD}:/project aromaupdater-builder make clean
|
|||||||
## Format the code via docker
|
## 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
|
Loading…
Reference in New Issue
Block a user