diff --git a/docs/QUICK_START_GUIDE.en.md b/docs/QUICK_START_GUIDE.en.md index 0f234e8..8d8e656 100644 --- a/docs/QUICK_START_GUIDE.en.md +++ b/docs/QUICK_START_GUIDE.en.md @@ -150,7 +150,7 @@ systemctl daemon-reload **7.** To get the link(s), enter: ```bash -curl -s http://127.0.0.1:9091/v1/users | jq +curl -s http://127.0.0.1:9091/v1/users | jq -r '.data[] | "User: \(.username)\n\(.links.tls[0] // empty)"' ``` > Any number of people can use one link. diff --git a/docs/QUICK_START_GUIDE.ru.md b/docs/QUICK_START_GUIDE.ru.md index fcf0207..e4343d7 100644 --- a/docs/QUICK_START_GUIDE.ru.md +++ b/docs/QUICK_START_GUIDE.ru.md @@ -150,7 +150,7 @@ systemctl daemon-reload **7.** Для получения ссылки/ссылок введите ```bash -curl -s http://127.0.0.1:9091/v1/users | jq +curl -s http://127.0.0.1:9091/v1/users | jq -r '.data[] | "User: \(.username)\n\(.links.tls[0] // empty)"' ``` > Одной ссылкой может пользоваться сколько угодно человек.