Commit adffd7

2026-08-20 01:13:48 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 22,15 22,15 @@
It can be run directly to create release builds:
```sh
- docker run --rm -t -v ./:/pointcaster:Z \
- cr.pointcaster.net/pointcaster-dev ./scripts/build-linux-release.sh
+ docker run --rm -t -v ./:/pointcaster:Z cr.pointcaster.net/pointcaster-dev \
+ ./scripts/build-linux-release.sh
```
The `-v` argument ensures the repository is mounted inside the container.
For a development shell, invoke `bash` or `fish`, then you can configure and build using `cmake`:
```sh
- docker run --rm -it -v ./:/pointcaster:Z \
- cr.pointcaster.net/pointcaster-dev bash
+ docker run --rm -it -v ./:/pointcaster:Z cr.pointcaster.net/pointcaster-dev \
+ bash
```
Then from inside:
```sh
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9