From e852fdd1fbe19f444699c03dc4054d01a51b60ab Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 25 Apr 2025 00:17:28 +0200 Subject: [PATCH] doc: fix url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515fd6a..c11c31c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ cubbi image build goose If you are looking to contribute to the development, you will need to use `uv` as well: ```bash -git clone https://github.com/monadical/cubbi +git clone https://github.com/monadical-sas/cubbi cd cubbi uv tool install --with-editable . . # You'll have cubbi and cubbix executable files in your PATH, pointing to the local installation.