docs: update repo URL to sr.ht
1 files changed, 2 insertions(+), 2 deletions(-) M README.md
M README.md => README.md +2 -2
@@ 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 ```