From ce9e939c903fdd969b877e9703f09b1735e1b0bb Mon Sep 17 00:00:00 2001 From: wvandeun Date: Fri, 23 Aug 2024 17:27:21 +0200 Subject: [PATCH] change git clone command in installation guide to use https --- docs/docs/guides/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/installation.mdx b/docs/docs/guides/installation.mdx index 332537f252..df4e792c29 100644 --- a/docs/docs/guides/installation.mdx +++ b/docs/docs/guides/installation.mdx @@ -63,7 +63,7 @@ cd ~/source/infrahub/ Next, clone the `stable` branch of the Infrahub GitHub repository into the current directory. (This branch always holds the current stable release) ```bash -git clone -b stable --depth 1 git@github.com:opsmill/infrahub.git . +git clone -b stable --depth 1 https://github.com/opsmill/infrahub.git ``` :::note