Update README.md

This commit is contained in:
Aurélien Hamy 2023-06-29 16:31:03 +02:00 committed by GitHub
parent 17091425d0
commit 786d1d7e42
1 changed files with 2 additions and 34 deletions

View File

@ -7,7 +7,7 @@ This repo is an UNOFFICIAL linux port of the official windows-only Deezer app. B
It packages the app in a number of formats:
- Flatpak
- Flatpak, [available on flathub](https://flathub.org/apps/dev.aunetx.deezer)
- Snap (not tested yet)
- AppImage (can't automatically login without desktop integration)
- `rpm` (Fedora, Red Hat, CentOS, openSUSE, ...)
@ -16,12 +16,11 @@ It packages the app in a number of formats:
It was done thanks to the hard work of [SibrenVasse](https://github.com/SibrenVasse), who [packaged the app for the AUR](https://github.com/SibrenVasse/deezer).
## Installation
You can find all of the packages on [the release page](https://github.com/aunetx/deezer-linux/releases/latest).
[The flatpak file,`deezer.flatpakref`](https://github.com/aunetx/deezer-linux/releases/download/v5.30.100-1/deezer.flatpakref), can be installed directly by clicking on it; your package manager's GUI should prompt you to install it.
To install the flatpak version, you can simply go to https://flathub.org/apps/dev.aunetx.deezer (or use your favorite flatpak package manager). For the moment, it is still possible to use this github repo as a flatpak repository BUT it will not be the case anymore very soon. **Existing users should migrate as soon as they can toward Flathub.**
Other packages can be installed from you package manager, either by clicking on them or from the command-line.
@ -37,37 +36,6 @@ You will probably need to install some things in order to generate the packages
- 7z by installing `p7zip` and `p7zip-full`
- make
- wget
- `flatpak-builder` (only to build the flatpak version)
### Flatpak
To build it and install it:
```sh
make install_flatpak
```
And when it is installed, you can run it with `flatpak run dev.aunetx.deezer`, or from the desktop icon.
To just build it, for testing purposes:
```sh
make build_flatpak
```
To build it and install it in the local repo (which you can import later):
```sh
make export_flatpak
```
To build it and create a bundle, which is then installable offline:
```sh
make bundle_flatpak
```
Please not that in order to export the built flatpak image to your local repo or create a bundle, you will need to change `$(GPG_KEY_ID)` in the `Makefile` to use your gpg key.
### AppImage