Remove outdated build argument from readme
This was left over from when I tried building external rulesets with an onbuild hook.
This commit is contained in:
parent
b01a15fbf7
commit
2b59a11406
|
@ -6,7 +6,7 @@
|
|||
|
||||
Using podman/buildah:
|
||||
|
||||
buildah build --format docker --layers -t osu --build-arg OSU_VERSION=2024.412.1 --jobs 0
|
||||
buildah build --layers -t osu --build-arg OSU_VERSION=2024.412.1 --jobs 0
|
||||
|
||||
Change `2024.412.1` to the newest osu! version.
|
||||
By changing `--jobs 0` to a positive integer N,
|
||||
|
|
Loading…
Reference in a new issue