Update README.md

This commit is contained in:
q3aql 2021-03-28 04:26:20 +02:00
parent 535541668f
commit 9b49f64e5c

View File

@ -1,21 +1,34 @@
Spotify (Latest) for Debian/Ubuntu Script to install/update Spotify for Debian/Ubuntu easily.
================================== ==========================================================
### How to use: ### Use/Installation:
* **Install instructions:**
* Open the terminal.
* Clone the repository: `git clone https://github.com/q3aql/spotify-deb-install.git`
* Change directory: `cd spotify-deb-install`
* Change the permissions: `chmod +x spotify-deb-install`
* Run the script as root: `./spotify-deb-install`
* **Uninstall instructions:**
* Open the terminal as root.
* Type the command: `apt-get remove spotify-client`
* Open the terminal and run the following commands:
```shell
$ git clone https://github.com/q3aql/spotify-deb-install.git
$ cd spotify-deb-install
$ sudo make install
$ sudo spotify-deb-install
````
_Note: The script should run with all Debian/Ubuntu distributions based._ _Note: The script should run with all Debian/Ubuntu distributions based._
### Update Spotify:
* Open the terminal and simply run the following command:
```shell
$ sudo spotify-deb-install
````
### Uninstall:
* Open the terminal and run the following commands:
```shell
$ git clone https://github.com/q3aql/spotify-deb-install.git
$ cd spotify-deb-install
$ sudo make uninstall
$ sudo apt-get remove spotify-client
````
### Screenshots ### Screenshots
* See the [screenshot](https://raw.githubusercontent.com/q3aql/spotify-deb-install/master/screenshots/screenshot.png). * See the [screenshot](https://raw.githubusercontent.com/q3aql/spotify-deb-install/master/screenshots/screenshot.png).