mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-25 20:41:20 -05:00
readme fix
This commit is contained in:
parent
e71a395d25
commit
3c0a522d93
@ -18,11 +18,13 @@ NOTE: you need to have libcurl-dev installed in your system
|
|||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
./stikkit -b <url>
|
```
|
||||||
|
./stikkit -b url
|
||||||
# now type text and hit ctrl+d to exit
|
# now type text and hit ctrl+d to exit
|
||||||
|
```
|
||||||
|
|
||||||
cat <file> | stikkit -b <url>
|
cat file | stikkit -b url
|
||||||
|
|
||||||
<url> is an url to stikked server for example, if your server is http://something.blah/stikked and your api is http://something.blah/stikked/api then use http://something.blah/stikked as parameter to -b
|
url is an url to stikked server for example, if your server is http://something.blah/stikked and your api is http://something.blah/stikked/api then use http://something.blah/stikked as parameter to -b
|
||||||
|
|
||||||
The url parameter can be stored to configuration file (stikkit will ask you in case there is none in config file)
|
The url parameter can be stored to configuration file (stikkit will ask you in case there is none in config file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user