New README (README.md)
This commit is contained in:
parent
a3d2164fdf
commit
f10ae8dd95
30
README.md
Normal file
30
README.md
Normal file
|
@ -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)
|
27
README.rst
27
README.rst
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user