Update README.md
This commit is contained in:
parent
ba7d6bf57d
commit
dd94992bda
21
README.md
21
README.md
@ -2,14 +2,31 @@
|
|||||||
|
|
||||||
Qt client for Polish internet radio Open FM.
|
Qt client for Polish internet radio Open FM.
|
||||||
|
|
||||||
|
## GNU/Linux packages
|
||||||
|
### Arch Linux
|
||||||
|
Official package is available in AUR as [openfm-qt](https://aur.archlinux.org/packages/openfm-qt).
|
||||||
|
|
||||||
|
Install it using `yay` or other AUR helper.
|
||||||
|
```bash
|
||||||
|
$ yay -S openfm-qt
|
||||||
|
```
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
To download latest version go to [releases](https://github.com/wzykubek/openfm-qt/releases).
|
To download latest version go to [releases](https://github.com/wzykubek/openfm-qt/releases).
|
||||||
|
> **_NOTE:_** Releases are currently suspended. You can download working one portable version for Windows or any Linux distro, but not the latest. Currently my main goal is to maintain AUR package and soon `.deb` and `.rpm` packages.
|
||||||
|
|
||||||
## Install Python package manually
|
## Python package
|
||||||
Required `python-poetry-core`.
|
You can manually install app as Python package using `pip`. Go to root project directory and use following command.
|
||||||
```bash
|
```bash
|
||||||
$ python -m pip install .
|
$ python -m pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively use `pipx` to install app in virtual environment.
|
||||||
|
```bash
|
||||||
|
$ pipx install .
|
||||||
|
```
|
||||||
|
|
||||||
|
> **_NOTE:_** This option won't create desktop entry.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
![Screenshot Linux](screenshot_linux.png)
|
![Screenshot Linux](screenshot_linux.png)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user