diff --git a/README.md b/README.md index 82aeed8..83dbd83 100644 --- a/README.md +++ b/README.md @@ -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}" diff --git a/docs/meshchatx_on_raspberry_pi.md b/docs/meshchatx_on_raspberry_pi.md index 730dc33..79156ea 100644 --- a/docs/meshchatx_on_raspberry_pi.md +++ b/docs/meshchatx_on_raspberry_pi.md @@ -110,7 +110,7 @@ meshchatx --headless --host 0.0.0.0 --port 8000 Then open: -```text +```bash http://:8000 ``` diff --git a/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md index c7d682c..1d23b6c 100644 --- a/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md +++ b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md @@ -110,7 +110,7 @@ meshchatx --headless --host 0.0.0.0 --port 8000 Then open: -```text +```bash http://:8000 ```