docs: fix install URLs in README to use real public registry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,12 +29,12 @@ Claude Code <--STDIO--> mcplocal (local proxy) <--HTTP--> mcpd (daemon) <--
|
||||
### 1. Install
|
||||
|
||||
```bash
|
||||
# From RPM repository
|
||||
sudo dnf config-manager --add-repo https://your-registry/api/packages/mcpctl/rpm.repo
|
||||
# From RPM repository (Fedora/RHEL)
|
||||
sudo dnf config-manager --add-repo https://mysources.co.uk/api/packages/michal/rpm.repo
|
||||
sudo dnf install mcpctl
|
||||
|
||||
# Or build from source
|
||||
git clone https://github.com/your-org/mcpctl.git
|
||||
git clone https://mysources.co.uk/michal/mcpctl.git
|
||||
cd mcpctl
|
||||
pnpm install
|
||||
pnpm build
|
||||
|
||||
Reference in New Issue
Block a user