diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed499fe --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +Spotify (Latest) for Debian/Ubuntu +================================== + +### How to use: + + * **Install instructions:** + * Open the terminal. + * Clone the repository: `git clone https://github.com/clamsawd/spotify-debian-ubuntu.git` + * Change directory: `cd spotify-debian-ubuntu` + * Change the permissions: `chmod +x install-spotify.sh` + * Run the script as root: `./install-spotify.sh` + * (_**Optional**_) Change directory: `cd desktop` + * (_**Optional**_) Copy image to system: `cp -rf spotify-client.png /usr/share/icons/` + * (_**Optional**_) Copy desktop file to system: `cp -rf spotify.desktop /usr/local/share/applications/` + + * **Uninstall instructions:** + * Open the terminal as root. + * Type the command: `apt-get remove spotify-client` + +_Note: The script should run with all Debian/Ubuntu distributions based._ + +### Screenshots + + * See the [screenshot](https://raw.githubusercontent.com/clamsawd/spotify-debian-ubuntu/master/screenshots/screenshot.png). + +### External links: + + * [Spotify official website](https://www.spotify.com/) + * [Spotify repository](http://repository.spotify.com/pool/non-free/s/spotify-client) + * [Spotify support](https://support.spotify.com) diff --git a/README.rst b/README.rst deleted file mode 100644 index 76d3c75..0000000 --- a/README.rst +++ /dev/null @@ -1,27 +0,0 @@ -Spotify (Latest) for Debian/Ubuntu -================================== - -How to use: ------------ - -* Clone the repository:: - - $ git clone https://github.com/clamsawd/spotify-debian-ubuntu.git - $ cd spotify-debian-ubuntu - -* Then, run the script as root:: - - # chmod +x install-spotify.sh - # ./install-spotify.sh - -* (Optional) To use the new icon of Spotify:: - - # cd desktop - # cp -rf spotify-client.png /usr/share/icons/ - # cp -rf spotify.desktop /usr/local/share/applications/ - -Screenshot: ------------ - -.. image:: https://raw.githubusercontent.com/clamsawd/spotify-debian-ubuntu/master/screenshots/screenshot.png - :align: center