From 5ef325676f33b8428de87bd6467686873a2c4a71 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Thu, 13 Jul 2023 16:14:12 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 160203f..bab682c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In this file put the following ``` [Desktop Entry] Type=Application -Exec=bash -c "cd ~/Desktop/lastfm && ./start" +Exec=bash -c "cd ~/Desktop/lastfm/scripts && ./start.sh" Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true @@ -40,6 +40,7 @@ Name=LastFM Comment[en_US]=Start LastFM Comment=Start LastFM ``` +Make sure to replace the line ```Exec=bash -c "cd ~/Desktop/lastfm/scripts && ./start.sh"``` with your correct information. ## License