Skip to content

Commit ac9a88c

Browse files
committed
fix: use nightly as tag
1 parent 2b56a33 commit ac9a88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ cargo build --profile=release-lto
4242

4343
## Use a container image
4444
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:
45+
Pull using either `nightly` or a commit short hash as the tag:
4646
```bash
47-
podman pull ghcr.io/xoogware/crawlspace:latest
47+
podman pull ghcr.io/xoogware/crawlspace:nightly
4848
```
4949
then run with the world mounted read-only:
5050
```bash

0 commit comments

Comments
 (0)