From 6ad993281f08e77629ce0c4a175d9344be76b64d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 6 Aug 2020 17:49:45 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b85ba9c3..a40d8112 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,25 @@ # CubeSatSim -To test out the PD120 SSTV image transmit: +To test out the PD120 SSTV image transmit after performing the software install steps below: -cd ~/CubeSatSim +`cd ~/CubeSatSim` -git checkout dev +`git checkout dev` -git pull +`git pull` -echo "ARG1=s" > .mode +`echo "ARG1=s" > .mode` -cd ~/pi-power-button +`cd ~/pi-power-button` -git checkout dev +`git checkout dev` -git pull +`git pull` -./script/install +`./script/install` -sudo systemctl restart cubesatsim +`sudo systemctl restart cubesatsim`