mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-14 23:10:38 -05:00
Change docker registry to ghcr.io
This commit is contained in:
@@ -62,7 +62,7 @@ docker run -it --rm -v ${PWD}:/project wiiupluginloaderbackend-builder make clea
|
||||
|
||||
## Format the code via docker
|
||||
|
||||
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio --exclude ./source/utils/json.hpp -i`
|
||||
`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio --exclude ./source/utils/json.hpp -i`
|
||||
|
||||
# Credits
|
||||
- Maschell
|
||||
|
||||
Reference in New Issue
Block a user