Update README.md
This commit is contained in:
parent
17091425d0
commit
786d1d7e42
36
README.md
36
README.md
|
@ -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:
|
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)
|
- Snap (not tested yet)
|
||||||
- AppImage (can't automatically login without desktop integration)
|
- AppImage (can't automatically login without desktop integration)
|
||||||
- `rpm` (Fedora, Red Hat, CentOS, openSUSE, ...)
|
- `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).
|
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
|
## Installation
|
||||||
|
|
||||||
You can find all of the packages on [the release page](https://github.com/aunetx/deezer-linux/releases/latest).
|
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.
|
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`
|
- 7z by installing `p7zip` and `p7zip-full`
|
||||||
- make
|
- make
|
||||||
- wget
|
- 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
|
### AppImage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue