Update README.md
This commit is contained in:
parent
f73227da76
commit
5ef325676f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue