Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 08:59:12 +03:00
parent 81664a9400
commit b7379871e9
1 changed files with 5 additions and 2 deletions

View File

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