Merge pull request #48 from jgarte/jgart-readme-command-integrations
Makes Integrations command example user agnostic
This commit is contained in:
commit
bb760ada03
|
@ -64,7 +64,7 @@ Example:
|
||||||
By default pomo will setup a Unix socket and serve it's status there.
|
By default pomo will setup a Unix socket and serve it's status there.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo | socat stdio UNIX-CONNECT:/home/kevin/.pomo/pomo.sock | jq .
|
echo | socat stdio UNIX-CONNECT:$HOME/.pomo/pomo.sock | jq .
|
||||||
{
|
{
|
||||||
"state": 1,
|
"state": 1,
|
||||||
"remaining": 1492000000000,
|
"remaining": 1492000000000,
|
||||||
|
|
Loading…
Reference in New Issue