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
|
### 1. Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# From RPM repository
|
# From RPM repository (Fedora/RHEL)
|
||||||
sudo dnf config-manager --add-repo https://your-registry/api/packages/mcpctl/rpm.repo
|
sudo dnf config-manager --add-repo https://mysources.co.uk/api/packages/michal/rpm.repo
|
||||||
sudo dnf install mcpctl
|
sudo dnf install mcpctl
|
||||||
|
|
||||||
# Or build from source
|
# Or build from source
|
||||||
git clone https://github.com/your-org/mcpctl.git
|
git clone https://mysources.co.uk/michal/mcpctl.git
|
||||||
cd mcpctl
|
cd mcpctl
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|||||||
Reference in New Issue
Block a user