From cc50c152427ab6de87d7df00285347d6672fdfea Mon Sep 17 00:00:00 2001 From: Kris Yotam <75515498+krisyotam@users.noreply.github.com> Date: Thu, 14 May 2026 20:57:05 -0500 Subject: [PATCH] docs: update repo URL to sr.ht --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071c9c2ad2174d78d5bc59f30dc6768b66f03693..6db9c3f0ad265694dd1f96ac57ab2c6537f41486 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ The pluggable backend architecture makes it easy to add new LLM providers. ## Installation ```bash -go install github.com/NERVsystems/llm9p/cmd/llm9p@latest +go install git.sr.ht/~krisyotam/llm9p/cmd/llm9p@latest ``` Or build from source: ```bash -git clone https://github.com/NERVsystems/llm9p +git clone https://git.sr.ht/~krisyotam/llm9p cd llm9p go build -o llm9p ./cmd/llm9p ```