Skip to content

Commit f9e2ebe

Browse files
committed
Update docs with STDIN support
1 parent 8d2b6de commit f9e2ebe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ Find your user ID by running in server mode:
6464

6565
`telegrammer --server`
6666

67+
Send a request via STDIN:
68+
69+
`echo "foo" | telegrammer`
70+
71+
or with both:
72+
73+
`echo "foo" | telegrammer "bar"`
74+
6775
## Contributing
6876

6977
Contributions to Telegrammer are welcome! Please submit a pull request or create an issue if you have any features you'd like to add or bugs you've found.

0 commit comments

Comments
 (0)