From 5b062a82a8d8ac040e70a6dd2ff769845cd564f4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 12 Apr 2020 11:06:24 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 496123af..25378bf6 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,18 @@ To make the demo.sh script run automatically on boot: `sudo systemctl enable cubesatsim` -`sudo systemctl start cubesatsim` - Now reboot for all the changes to take effect: `sudo reboot now` After rebooting, tune your radio or SDR to 434.9 MHz FM, and you should receive telemetry from the CubeSatSim! +You can stop the service: + +`sudo systemctl stop cubesatsim` + +After rebooting, it will start unless you disable it: + +`sudo systemctl disable cubesatsim` See the Wiki for more details https://github.com/alanbjohnston/CubeSatSim/wiki