trailing trash

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 09:19:29 +03:00
parent e449b6a3e4
commit a90a326af1
1 changed files with 1 additions and 1 deletions

View File

@ -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 .
```