mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Updated install section
This commit is contained in:
parent
221e62b811
commit
3349d1f93b
16
README.md
16
README.md
@ -35,6 +35,22 @@ sideband
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are using an operating system that blocks user installation of packages via `pip`, you can use the `pipx` tool instead:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install Sideband on Linux
|
||||||
|
pipx install sbapp
|
||||||
|
|
||||||
|
# Install Sideband on macOS
|
||||||
|
pip install "sbapp[macos]"
|
||||||
|
|
||||||
|
# Optionally install Reticulum utilities
|
||||||
|
pipx install rns
|
||||||
|
|
||||||
|
# Optionally install standalone LXMF utilities
|
||||||
|
pipx install lxmf
|
||||||
|
```
|
||||||
|
|
||||||
## Example Paper Message
|
## Example Paper Message
|
||||||
|
|
||||||
You can try out the paper messaging functionality by using the following QR-code. It is a paper message sent to the LXMF address `6b3362bd2c1dbf87b66a85f79a8d8c75`. To be able to decrypt and read the message, you will need to import the following base32-encoded Reticulum Identity into the app:
|
You can try out the paper messaging functionality by using the following QR-code. It is a paper message sent to the LXMF address `6b3362bd2c1dbf87b66a85f79a8d8c75`. To be able to decrypt and read the message, you will need to import the following base32-encoded Reticulum Identity into the app:
|
||||||
|
Loading…
Reference in New Issue
Block a user