Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npx @gonkagate/claude-code

From API key to a working Claude Code setup in one short walkthrough:

[![See the installer in action](https://raw.githubusercontent.com/GonkaGate/gonkagate-claude-code/main/.github/assets/gonkagate-claude-code-demo.gif)](https://raw.githubusercontent.com/GonkaGate/gonkagate-claude-code/main/.github/assets/gonkagate-claude-code-demo.mp4)
[![See the installer in action](https://raw.githubusercontent.com/GonkaGate/claude-code-setup/main/.github/assets/gonkagate-claude-code-demo.gif)](https://raw.githubusercontent.com/GonkaGate/claude-code-setup/main/.github/assets/gonkagate-claude-code-demo.mp4)

Need an API key first? [Create one on GonkaGate](https://gonkagate.com/en).

Expand Down Expand Up @@ -116,9 +116,9 @@ After setup:

## Need Help?

- Troubleshooting: [docs/troubleshooting.md](https://github.com/GonkaGate/gonkagate-claude-code/blob/main/docs/troubleshooting.md)
- Security notes: [docs/security.md](https://github.com/GonkaGate/gonkagate-claude-code/blob/main/docs/security.md)
- Internal behavior: [docs/how-it-works.md](https://github.com/GonkaGate/gonkagate-claude-code/blob/main/docs/how-it-works.md)
- Troubleshooting: [docs/troubleshooting.md](https://github.com/GonkaGate/claude-code-setup/blob/main/docs/troubleshooting.md)
- Security notes: [docs/security.md](https://github.com/GonkaGate/claude-code-setup/blob/main/docs/security.md)
- Internal behavior: [docs/how-it-works.md](https://github.com/GonkaGate/claude-code-setup/blob/main/docs/how-it-works.md)

## Development

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@gonkagate/claude-code",
"version": "0.4.0",
"description": "CLI installer for using Claude Code with GonkaGate on Gonka Network.",
"homepage": "https://github.com/GonkaGate/gonkagate-claude-code#readme",
"homepage": "https://github.com/GonkaGate/claude-code-setup#readme",
"bugs": {
"url": "https://github.com/GonkaGate/gonkagate-claude-code/issues"
"url": "https://github.com/GonkaGate/claude-code-setup/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GonkaGate/gonkagate-claude-code.git"
"url": "git+https://github.com/GonkaGate/claude-code-setup.git"
},
"type": "module",
"bin": {
Expand Down
Loading