You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-10
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,29 @@ This is an unofficial Linux client for the Q2 Wi-Fi Internet Radio.
5
5
It uses libusb for the communication with the device in userspace.
6
6
This program provides some basic functionality for loading radio stations to each side of the radio.
7
7
8
-
A [windows executable](https://github.com/vporpo/q2radio/releases) can be found in the releases. Please download the zip file containing the windows executable along with the dlls.
8
+
A [windows executable](https://github.com/vporpo/q2radio/releases) can be found in the releases. Please download the `q2radio_win.zip` file containing the windows executable along with the dlls and unzip it.
9
9
10
-
## Requirements
10
+
## Run examples:
11
+
- Linux:
12
+
```bash
13
+
$ ./q2radio --list # List the current state of the radio
14
+
$ ./q2radio --side 0 --name "New Radio" --url "http://stream/url"
0 commit comments