From c3f93e505c1867655a4b97519556a21124f5f74c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 2 Mar 2020 08:57:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 975ecbd9..3b5eb8b5 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Note that this last command may fail if you are using Raspbian Lite since there To make the demo.sh script run automatically on boot: -`sudo cp /CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service` +`sudo cp ~/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service` `sudo systemctl enable cubesatsim`