From 19799e7d519c3769e413ccf5b4363efff9c46f19 Mon Sep 17 00:00:00 2001 From: Dominique Michel Date: Tue, 14 Oct 2025 17:01:52 +0200 Subject: [PATCH] Use https with git in README.md The git protocol was outdated long ago in git and just don't work here (gentoo linux). Use https instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0e703..d5e34a3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This repo includes a [docker-compose.yml](docker-compose.yml) file with: By cloning the repo and then running `docker-compose up`, you'll get a fully functional Decidim app complete with seed data, accessible at http://localhost:3000. ```bash -git clone git@github.com:decidim/docker.git decidim-docker +git clone https://github.com/decidim/docker.git decidim-docker cd decidim-docker docker-compose up ```