mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
wormhole: add page (#3866)
This commit is contained in:
parent
90407a0401
commit
03d03c9722
1 changed files with 16 additions and 0 deletions
16
pages/common/wormhole.md
Normal file
16
pages/common/wormhole.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# wormhole
|
||||||
|
|
||||||
|
> Get things from one computer to another, safely.
|
||||||
|
> More information: <https://magic-wormhole.readthedocs.io/en/latest/>.
|
||||||
|
|
||||||
|
- Send a file:
|
||||||
|
|
||||||
|
`wormhole send {{path/to/file}}`
|
||||||
|
|
||||||
|
- Receive a file:
|
||||||
|
|
||||||
|
`wormhole receive {{wormhole_code}}`
|
||||||
|
|
||||||
|
- Send raw text:
|
||||||
|
|
||||||
|
`wormhole send`
|
Loading…
Add table
Reference in a new issue