Merge pull request #1 from 4c3e/patch-1

Update README.md
This commit is contained in:
markqvist 2022-04-09 16:41:41 +02:00 committed by GitHub
commit 63912a48d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
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
~~~