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
* 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
</details>
## Uninstall
#### Debian Package
```bash
$ sudo make uninstall
```