mirror of
https://github.com/wiiu-env/libsdutils.git
synced 2024-11-22 02:59:15 +01:00
Update README.md
This commit is contained in:
parent
b98b739920
commit
45952c3581
@ -1,7 +1,7 @@
|
|||||||
[![Publish Docker Image](https://github.com/wiiu-env/libsdutils/actions/workflows/push_image.yml/badge.svg)](https://github.com/wiiu-env/libsdutils/actions/workflows/push_image.yml)
|
[![Publish Docker Image](https://github.com/wiiu-env/libsdutils/actions/workflows/push_image.yml/badge.svg)](https://github.com/wiiu-env/libsdutils/actions/workflows/push_image.yml)
|
||||||
|
|
||||||
# libsdutils
|
# libsdutils
|
||||||
Requires the [SDHotSwapModule](https://github.com/wiiu-env/SDHotSwapModule) to be running via [WUMSLoader](https://github.com/wiiu-env/WUMSLoader).
|
Requires the [SDHotSwapModule](https://github.com/wiiu-env/SDHotSwapModule) to be running via [WUMSLoader](https://github.com/wiiu-env/WUMSLoader).
|
||||||
Requires [wut](https://github.com/devkitPro/wut) for building.
|
Requires [wut](https://github.com/devkitPro/wut) for building.
|
||||||
Install via `make install`.
|
Install via `make install`.
|
||||||
|
|
||||||
@ -26,4 +26,4 @@ It's highly recommended to pin the version to the **latest date** instead of usi
|
|||||||
|
|
||||||
## 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 ./include -i`
|
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source ./include -i`
|
||||||
|
Loading…
Reference in New Issue
Block a user