mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Add more detail to README.md
This commit is contained in:
parent
7a2851aeeb
commit
f147c05ff1
1 changed files with 3 additions and 2 deletions
|
@ -11,13 +11,14 @@ Major design objectives:
|
||||||
* Be really simple
|
* Be really simple
|
||||||
* Be easy to set up and use
|
* Be easy to set up and use
|
||||||
|
|
||||||
Haste works really well with a little utility called haste-client, allowing you
|
Haste works really well with a little utility called
|
||||||
|
[haste-client](https://github.com/seejohnrun/haste-client), allowing you
|
||||||
to do things like:
|
to do things like:
|
||||||
|
|
||||||
`cat something | haste`
|
`cat something | haste`
|
||||||
|
|
||||||
which will output a URL to share containing the contents of `cat something`'s
|
which will output a URL to share containing the contents of `cat something`'s
|
||||||
STDOUT
|
STDOUT. Check the README there for more details and usages.
|
||||||
|
|
||||||
## Tested Browsers
|
## Tested Browsers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue