From 139f4740761a6fe9b8b4853972f36daa8423779d Mon Sep 17 00:00:00 2001 From: django <98992931+oxngon@users.noreply.github.com> Date: Wed, 28 Jan 2026 01:44:47 +0700 Subject: [PATCH] Add jq alternative for gateway token extraction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30b1f92..db19337 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ Find your token in the clawdbot config file: cat ~/.clawdbot/clawdbot.json | rg "gateway\.auth\.token" ``` +Or with jq: + +```bash +jq '.gateway.auth.token' ~/.clawdbot/clawdbot.json +``` + Or copy it directly: ```bash