From ff45bbc3d041235301fbf08ebc5429e3e3a77e9b Mon Sep 17 00:00:00 2001 From: abba23 Date: Tue, 4 May 2021 19:08:27 +0200 Subject: [PATCH] Remove mentions of the Debian package from instructions The build and installation instructions are not specific to the Debian package and should also work for other distributions. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 81a2a94..30b0bc0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Spotify adblocker for Linux (macOS untested) that works by wrapping `getaddrinfo ### Notes * This **does not** work with the snap Spotify package. * This **might not** work with the Flatpak Spotify package, depending on your system's shared libraries' versions. -* The Debian Spotify package can be installed on Debian-based distributions (e.g. Ubuntu) by following the instructions at the bottom of [this page](https://www.spotify.com/us/download/linux/). *(recommended)* +* On Debian-based distributions (e.g. Ubuntu), the Debian Spotify package can be installed by following the instructions at the bottom of [this page](https://www.spotify.com/us/download/linux/). *(recommended)* ## Build Prerequisites: @@ -19,7 +19,6 @@ $ make ``` ## Install -#### Debian Package ```bash $ sudo make install ``` @@ -33,7 +32,6 @@ $ flatpak override --user --filesystem="~/.spotify-adblock/spotify-adblock.so" - ## Usage ### Command-line -#### Debian Package ```bash $ LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify ``` @@ -88,7 +86,6 @@ StartupWMClass=spotify ## Uninstall -#### Debian Package ```bash $ sudo make uninstall ```