mirror of
https://github.com/markqvist/Sideband.git
synced 2026-08-15 15:24:31 -04:00
Update README.md
This commit is contained in:
parent
863b925011
commit
8601d84580
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ This also means that Sideband is designed to be fully compatible with custom (an
|
|||
|
||||
On most Linux-based operating systems, you can simply download the pre-compiled AppImage from the [latest release page](https://github.com/markqvist/Sideband/releases/latest) and run it.
|
||||
|
||||
Depending on your Linux distribution, you may need to install a few other packages for full voice call, audio messaging and clipboard functionality. Make sure you have `opusfile`, and a clipboard manager like `xclip` or `wl-clipboard` installed:
|
||||
Depending on your Linux distribution, you *may* need to install a few other packages for full voice call, audio messaging and clipboard functionality. If any of those features do not work, make sure you have `opusfile`, and a clipboard manager like `xclip` or `wl-clipboard` installed:
|
||||
|
||||
```bash
|
||||
# For Debian 12+, Ubuntu 22.04+ and derivatives
|
||||
|
|
@ -181,7 +181,7 @@ python3 -m sbapp.main
|
|||
|
||||
## On Raspberry Pi
|
||||
|
||||
The easiest way to install Sideband on Raspberry Pi is to simply download and run the `aarch64` AppImage. On some versions of Raspberry Pi OS, you may also need to install additional libraries for full voice and clipboard functionality with `sudo apt install libopusfile0 xclip xsel`.
|
||||
The easiest way to install Sideband on Raspberry Pi is to simply download and run the `aarch64` AppImage. On some versions of Raspberry Pi OS, you *may* also need to install additional libraries for full voice and clipboard functionality with `sudo apt install libopusfile0 xclip xsel`.
|
||||
|
||||
You can also install Sideband using `pip` on all Raspberry Pi models that support 64-bit operating systems, and can run at least Python version 3.11.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue