Update README.md

pull/9/head
Jeremiah K 2023-11-27 19:57:31 -06:00 zatwierdzone przez GitHub
rodzic 4552b1738b
commit 9bd0a604e3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ docker compose restart
*Note: It is important to restart the containers after the first run so the virtual Meshtastic node can be rebooted after the `MESHTATIC_COMMAND_X:` commands that are definied in your `docker-compose.yaml` are issued.*
Use the following command to see the output of command_wrapper.py & the MESHTASTIC_COMMAND_X commands:
Use the following command to see the output of `command_wrapper.py` & the `MESHTASTIC_COMMAND_X` commands:
```
docker exec -it mmrelaynode-app cat /home/mesh/app/command_output.txt
```
@ -41,4 +41,4 @@ If modifying the scripts, use these commands to rebuild the containers from scra
docker compose down --volumes
docker compose build --no-cache
docker compose up -d --force-recreate
```
```