We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b56a33 commit ac9a88cCopy full SHA for ac9a88c
README.md
@@ -42,9 +42,9 @@ cargo build --profile=release-lto
42
43
## Use a container image
44
Nightly builds of Crawlspace are pushed to GHCR, and tagged version releases will be as well.
45
-Pull using either `latest` or a commit short hash as the tag:
+Pull using either `nightly` or a commit short hash as the tag:
46
```bash
47
-podman pull ghcr.io/xoogware/crawlspace:latest
+podman pull ghcr.io/xoogware/crawlspace:nightly
48
```
49
then run with the world mounted read-only:
50
0 commit comments