summarylogtreecommitdiffstats
path: root/mopidy-spotify.install
blob: 8b97a9280eec0d5a2316c074aa618bc693f35d3c (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	cat <<- EOF
	Before starting Mopidy, you must add your Spotify Premium username and
	password to your Mopidy configuration file and also visit
	https://mopidy.com/ext/spotify/#authentication to authorize this extension
	against your Spotify account.
	
	See https://github.com/mopidy/mopidy-spotify/blob/master/README.rst#configuration
EOF
}