📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -127,10 +127,12 @@ If setup reports a missing API key:
|
||||
|
||||
```bash
|
||||
# Option A: Add to shell profile (~/.zshrc or ~/.bashrc)
|
||||
export LINEAR_API_KEY="lin_api_your_key_here"
|
||||
read -rsp "Linear API key: " LINEAR_API_KEY
|
||||
echo
|
||||
export LINEAR_API_KEY
|
||||
|
||||
# Option B: Add to Claude Code environment
|
||||
echo 'LINEAR_API_KEY=lin_api_your_key_here' >> ~/.claude/.env
|
||||
printf 'LINEAR_API_KEY=%s\n' "$LINEAR_API_KEY" >> ~/.claude/.env
|
||||
|
||||
# Then reload your shell or restart Claude Code
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user