Update README.md

This commit is contained in:
Wizzard 2023-07-13 16:14:12 +00:00
parent f73227da76
commit 5ef325676f
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ In this file put the following
``` ```
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Exec=bash -c "cd ~/Desktop/lastfm && ./start" Exec=bash -c "cd ~/Desktop/lastfm/scripts && ./start.sh"
Hidden=false Hidden=false
NoDisplay=false NoDisplay=false
X-GNOME-Autostart-enabled=true X-GNOME-Autostart-enabled=true
@ -40,6 +40,7 @@ Name=LastFM
Comment[en_US]=Start LastFM Comment[en_US]=Start LastFM
Comment=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 ## License