docs: update code block syntax in README and Raspberry Pi documentation to use bash

This commit is contained in:
Ivan
2026-04-23 20:03:49 -05:00
parent 744eb540c4
commit 69f9f6e2cd
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -206,19 +206,19 @@ Targets for `MESHCHATX_BUILD_TARGETS`: `all` (default), `wheel`, or `electron` (
Build:
```text
```bash
docker build -f Dockerfile.build -t meshchatx-build:local .
```
Build only a wheel:
```text
```bash
docker build -f Dockerfile.build --build-arg MESHCHATX_BUILD_TARGETS=wheel -t meshchatx-build:wheel .
```
Copy `/artifacts` from the finished image to the host:
```text
```bash
cid=$(docker create meshchatx-build:local)
docker cp "${cid}:/artifacts" ./meshchatx-artifacts
docker rm "${cid}"
+1 -1
View File
@@ -110,7 +110,7 @@ meshchatx --headless --host 0.0.0.0 --port 8000
Then open:
```text
```bash
http://<pi-ip>:8000
```
@@ -110,7 +110,7 @@ meshchatx --headless --host 0.0.0.0 --port 8000
Then open:
```text
```bash
http://<pi-ip>:8000
```