diff options
| author | Joris | 2022-08-19 11:45:08 +0200 |
|---|---|---|
| committer | Joris | 2022-08-19 11:45:08 +0200 |
| commit | 70d1865f1e0aa6eac6d52768de3250e903ff9221 (patch) | |
| tree | 78a6713cea01ad4b0a8b591cd3bc7785ea6e9a2a | |
| parent | 1468d84a39fed1b8d21f745cd807c51ee7548b63 (diff) | |
Hint how to add a device with signal-cli
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -276,3 +276,13 @@ Save to a physical USB key: gpg --export --armor joris@guyonvarch.me > pubkey.asc tar -cf keys.tar privkey.asc pubkey.asc gpg --symmetric keys.tar + +# Synchronize + +In order to link a device, use `cobang` to get the link from the QR code. + +Then run: + + signal-cli addDevice --uri "uri" + +If you get `NotFoundException`, you may have been too slow in the process. |
