Skip to content

Commit b71fd9f

Browse files
committed
docs: add claude x setup for status line
1 parent a9f2922 commit b71fd9f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,22 @@ Add the following to your `~/.claude/settings.json`:
243243
}
244244
```
245245

246-
**Using npm:**
246+
**Using Claude X:**
247+
248+
```json
249+
{
250+
"statusLine": {
251+
"type": "command",
252+
"command": "BUN_BE_BUN=1 claude x cc-safety-net --statusline"
253+
}
254+
}
255+
```
256+
> [!NOTE]
257+
> The `claude x` command is only compatible with the native version of Claude Code. If you installed via npm, please use `npx` or `bunx` instead.
258+
259+
260+
261+
**Using NPM:**
247262

248263
```json
249264
{

0 commit comments

Comments
 (0)