From a90a326af1fc84adc0c5062748292ee8d41db171 Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 6 Mar 2021 09:19:29 +0300 Subject: [PATCH] trailing trash Signed-off-by: fbt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11993b6..676b668 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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` +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 . ```