From 9b49f64e5c19a3de182543df8c796713538deb72 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 28 Mar 2021 04:26:20 +0200 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f0ed22f..8148d2b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,34 @@ -Spotify (Latest) for Debian/Ubuntu -================================== +Script to install/update Spotify for Debian/Ubuntu easily. +========================================================== -### How to use: - - * **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` +### Use/Installation: + * 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._ +### 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 * See the [screenshot](https://raw.githubusercontent.com/q3aql/spotify-deb-install/master/screenshots/screenshot.png).