ledge-server 0.0.3 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -22,10 +22,11 @@ needs no `sudo`, opens no port, and starts no service: Ledge starts the server
|
|
|
22
22
|
over ssh when a device connects, and it exits on its own a minute after the
|
|
23
23
|
last device leaves.
|
|
24
24
|
|
|
25
|
-
Then print a pairing code
|
|
25
|
+
Then print a pairing code. The full path is because the installer's PATH line
|
|
26
|
+
reaches only new terminals:
|
|
26
27
|
|
|
27
28
|
```sh
|
|
28
|
-
ledge pair
|
|
29
|
+
~/.ledge/.server/bin/ledge pair
|
|
29
30
|
```
|
|
30
31
|
|
|
31
32
|
It lists the machine's addresses, with what each one reaches, and asks which
|
|
Binary file
|
|
Binary file
|