forked from claude-did-this/claude-hub
Merge pull request #145 from intelligence-assist/feat/claude-max-auth-and-improvements
fix: correct Claude authentication command in README
This commit is contained in:
@@ -153,8 +153,8 @@ Use your existing Claude Max subscription for automation instead of pay-per-use
|
||||
./scripts/setup/setup-claude-interactive.sh
|
||||
|
||||
# 2. In container: authenticate with your subscription
|
||||
claude login # Follow browser flow
|
||||
exit # Save authentication
|
||||
claude --dangerously-skip-permissions # Follow authentication flow
|
||||
exit # Save authentication
|
||||
|
||||
# 3. Use captured authentication
|
||||
cp -r ${CLAUDE_HUB_DIR:-~/.claude-hub}/* ~/.claude/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-github-webhook",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A webhook endpoint for Claude to perform git and GitHub actions",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user