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