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 ```