From 9bd0a604e3af228b8dc5aabebff495d21b9d015c Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:57:31 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2c29e7..f1a79af 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```