docs: fix install URLs in README to use real public registry
Some checks are pending
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / package (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michal
2026-03-08 16:10:38 +00:00
parent 25903a6d20
commit 0ffbcfad79

View File

@@ -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