airpaste: add simple examples and clarify existing ones (#2277)

italian
melgu 2018-08-31 07:28:27 +02:00 committed by Owen Voke
parent 78b777b3d8
commit d5233570ee
1 changed files with 10 additions and 2 deletions

View File

@ -2,13 +2,21 @@
> Share messages and files on the same network.
- Wait for message and display when received:
`airpaste`
- Send text:
`echo {{text}} | airpaste`
- Send file:
`airpaste < {{file.txt}}`
`airpaste < {{path/to/file}}`
- Receive file:
`airpaste > {{file.txt}}`
`airpaste > {{path/to/file}}`
- Create/Join channel: