Commit e573a7

2026-07-19 10:56:10 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 13,15 13,13 @@
The Pointcaster AppImage can be built from the repository root like so:
```sh
docker build -t pointcaster-linux .
- docker run --rm -it -v ./:/pointcaster:Z pointcaster-linux \
- ./scripts/build-linux-release.sh
+ docker run --rm -it -v ./:/pointcaster:Z pointcaster-linux ./scripts/build-linux-release.sh
```
The `-v` command argument ensures the repository is mounted inside the container.
For a development shell, invoke `bash` or `fish`, where you can configure and build using `cmake`:
```sh
- docker run --rm -it \
- -v ./:/pointcaster:Z pointcaster-linux bash
+ docker run --rm -it -v ./:/pointcaster:Z pointcaster-linux 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