Merge branch 'main' of github.com:markqvist/Sideband into main

This commit is contained in:
Mark Qvist 2022-07-03 10:38:49 +02:00
commit 4d7d08410a

View File

@ -11,3 +11,16 @@ Sideband is currently provided as an early alpha-quality preview release. No use
If you want to help develop this program, get in touch. If you want to help develop this program, get in touch.
For downloadable APK files for your device, [go here](https://unsigned.io/sideband). For downloadable APK files for your device, [go here](https://unsigned.io/sideband).
### Run on Linux:
~~~bash
# Install RNS Dependencies if Needed
pip3 install rns lxmf
# Clone, Install Dependencies, and Run
git clone https://github.com/markqvist/Sideband.git
pip3 install plyer kivymd
cd Sideband
python3 main.py
~~~