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:
Simon Bruder 2024-05-10 23:47:38 +02:00
parent b01a15fbf7
commit 2b59a11406
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -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,