From 5ae4f022d4271b790a7ff1ab7b211427acbd9700 Mon Sep 17 00:00:00 2001 From: John Freed Date: Tue, 17 Aug 2021 10:38:28 +0200 Subject: [PATCH] HOWTO link to another signal-cli instance --- Linking-other-devices-(Provisioning).md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Linking-other-devices-(Provisioning).md b/Linking-other-devices-(Provisioning).md index f704360..93aa091 100644 --- a/Linking-other-devices-(Provisioning).md +++ b/Linking-other-devices-(Provisioning).md @@ -42,12 +42,12 @@ signal-cli link -n "optional device name" -This will display the `tsdevice:/…` link. Then go back to the primary machine and issue the command + This will display the `tsdevice:/…` link. Then go back to the primary machine and issue the command signal-cli -u USERNAME addDevice --uri "tsdevice:/…" -This links the two instances. Now, on your secondary machine, you can run + This links the two instances. Now, on your secondary machine, you can run signal-cli -u USERNAME daemon -or any other valid signal-cli command except those which can only be used from the primary device. + or any other valid signal-cli command except those which can only be used from the primary device.