From b7379871e9de62c37a6433c5cbf0601adacf59fc Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 6 Mar 2021 08:59:12 +0300 Subject: [PATCH] maybe? Signed-off-by: fbt --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 530e8a5..565240d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ Spark autobuilder ================= To use the build scripts, grab the latest Spark rootfs in one of the following ways: - * `curl -sL https://spark.fleshless.org/rootfs/latest.tar.xz | podman import - localhost/spark` - * `git clone https://code.fleshless.org/Spark/spark-rootfs.git; cd spark-rootfs; podman build --rm -t localhost/spark .` +``` +curl -sL https://spark.fleshless.org/rootfs/latest.tar.xz | podman import - localhost/spark` +or +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`: ```