From 6f9df4d6c36b7bbfe79c3c59b8f51dedf14f5095 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 29 Oct 2023 23:04:58 +0100 Subject: [PATCH] docs: use https URL for git checkout --- docs/development-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development-shell.md b/docs/development-shell.md index eaeb84f..5628d57 100644 --- a/docs/development-shell.md +++ b/docs/development-shell.md @@ -3,7 +3,7 @@ Clone this repository: ``` -git clone gitea@git.pub.solar:pub-solar/infra.git +git clone https://git.pub.solar/pub-solar/infra-new.git ``` then, install [the package manager nix](https://nixos.org/download).