Makes Integrations command example user agnostic

This commit is contained in:
jgart 2021-09-22 13:30:06 -04:00 committed by GitHub
parent a7947a7cb7
commit eeb4cb11b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,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,