diff --git a/README.md b/README.md index 80a0ea2..43718b4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ cd music-cards/ ``` - Copy the musiccards.service file to systemd ```bash -sudo cp musiccards.service /etc/systemd/system/musiccards.service +sudo cp /home/pi/music-cards/musiccards.service /etc/systemd/system/musiccards.service ``` - Reload the Daemon ```bash @@ -53,6 +53,7 @@ sudo systemctl daemon-reload ``` - Start the musiccards.service ```bash +sudo systemctl enable musiccards.service sudo systemctl start musiccards.service ``` - Check if musiccards.service is running diff --git a/tools/windows_ssh_quick_access.bat b/tools/windows_ssh_quick_access.bat new file mode 100644 index 0000000..b4a50b2 --- /dev/null +++ b/tools/windows_ssh_quick_access.bat @@ -0,0 +1 @@ +ssh pi@192.168.1.73 \ No newline at end of file