diff --git a/README.md b/README.md index 5cdf5b3..2d39eba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ To use the build scripts, grab the latest Spark rootfs in one of the following w * `git clone https://code.fleshless.org/Spark/spark-rootfs.git; cd spark-rootfs; podman build --rm -t localhost/spark .` Then build a builder image from `./autobuilder`: - * `cd ./autobuilder; podman build --rm -t localhost/spark:autobuilder .` +``` +cd ./autobuilder; podman build --rm -t localhost/spark:autobuilder .` +``` makepkg-podman --------------