Add README.md
This commit is contained in:
parent
7582c8d818
commit
30952ad2fb
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
||||
# openfm-qt
|
||||
|
||||
Qt client for Polish internet radio Open FM.
|
||||
|
||||
## Releases
|
||||
To download latest version go to [releases](https://github.com/wzykubek/openfm-qt/releases).
|
||||
|
||||
## Build binary (Linux/Windows)
|
||||
```shell
|
||||
$ python3 build.py
|
||||
```
|
||||
|
||||
Executable will be available in `dist/Open-FM` directory.
|
||||
|
||||
## Run (Linux/Windows)
|
||||
```shell
|
||||
$ python3 main.py
|
||||
```
|
||||
|
||||
## Screenshots
|
||||
![Screenshot Linux](screenshot_linux.png)
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"files": ["build.py","openfm_qt/__init__.py","form.ui","main.py","Open-FM.spec","pyproject.toml","openfm_qt/mainwindow.py","icon.ico","README.md"]
|
||||
"files": ["build.py","openfm_qt/__init__.py","form.ui","main.py","Open-FM.spec","pyproject.toml","openfm_qt/mainwindow.py","icon.ico","README.md","screenshot_linux.png"]
|
||||
}
|
||||
|
BIN
screenshot_linux.png
Normal file
BIN
screenshot_linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user