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.
earne/nixos
abba23 2021-05-04 19:08:27 +02:00
parent f45e8b51bf
commit ff45bbc3d0
1 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Spotify adblocker for Linux (macOS untested) that works by wrapping `getaddrinfo
### Notes ### Notes
* This **does not** work with the snap Spotify package. * 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. * 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 ## Build
Prerequisites: Prerequisites:
@ -19,7 +19,6 @@ $ make
``` ```
## Install ## Install
#### Debian Package
```bash ```bash
$ sudo make install $ sudo make install
``` ```
@ -33,7 +32,6 @@ $ flatpak override --user --filesystem="~/.spotify-adblock/spotify-adblock.so" -
## Usage ## Usage
### Command-line ### Command-line
#### Debian Package
```bash ```bash
$ LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify $ LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify
``` ```
@ -88,7 +86,6 @@ StartupWMClass=spotify
</details> </details>
## Uninstall ## Uninstall
#### Debian Package
```bash ```bash
$ sudo make uninstall $ sudo make uninstall
``` ```