fix: update repository URLs to cexll/myclaude

- Update install.sh REPO variable
- Update README.md installation instructions
- Remove obsolete PLUGIN_README.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
cexll
2025-11-27 17:53:35 +08:00
parent c8a652ec15
commit 3e30f4e207
3 changed files with 2 additions and 97 deletions

View File

@@ -13,7 +13,7 @@ case "$ARCH" in
esac
# Build download URL
REPO="chenwenjie/myclaude"
REPO="cexll/myclaude"
VERSION="latest"
BINARY_NAME="codex-wrapper-${OS}-${ARCH}"
URL="https://github.com/${REPO}/releases/${VERSION}/download/${BINARY_NAME}"