From 4522468e690045a9abb7527ac36fb78776e1c41f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 11 Jun 2026 19:02:17 +0000 Subject: [PATCH] fix: correct go install module path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea78ca..31c9ebf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Download the latest binary from the [releases page](https://github.com/lumeweb/p ### From go install ```bash -go install github.com/lumeweb/pinner-cli/cmd/pinner@latest +go install go.lumeweb.com/pinner-cli/cmd/pinner@latest ``` ### From Source