diff options
Diffstat (limited to 'README.md')
-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. |