mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-28 14:54:20 +00:00
Updated Linking other devices (Provisioning) (markdown)
parent
12fce37cf8
commit
d1abd00c87
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
To request a link and display the resulting QR code image in a single command on linux:
|
To request a link and display the resulting QR code image in a single command on linux:
|
||||||
|
|
||||||
|
signal-cli link -n "optional device name" | tee >(xargs -l qrencode -t utf8)
|
||||||
|
|
||||||
|
alternatively, you can try:
|
||||||
|
|
||||||
signal-cli link -n "optional device name" | xargs -l qrencode -o /tmp/qrcode.png & while [ ! -f /tmp/qrcode.png ]; do sleep 1; done; xdg-open /tmp/qrcode.png
|
signal-cli link -n "optional device name" | xargs -l qrencode -o /tmp/qrcode.png & while [ ! -f /tmp/qrcode.png ]; do sleep 1; done; xdg-open /tmp/qrcode.png
|
||||||
|
|
||||||
or for newer versions on android:
|
or for newer versions on android:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user