From d6ad191c5f3079632f370d5406cff328dcf11e29 Mon Sep 17 00:00:00 2001 From: Fabrice Derepas Date: Thu, 18 Sep 2025 19:16:15 +0200 Subject: [PATCH] docs: fix outdated link to binary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad706b1..6e3a990c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ backend:system:suite/task:variant Please install `spread` using Go install method: ```shell -go install github.com/canonical/spread/cmd/spread@latest +go install github.com/snapcore/spread/cmd/spread@latest ```