From c2eb7cb1b9e9759bffafdfc2d87dbc5bc595dce7 Mon Sep 17 00:00:00 2001 From: Baptiste <32564248+BaptisteGi@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:01:23 +0200 Subject: [PATCH] Specify stable branch for demo install (#4577) --- 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 5b22ce085a..0e2b33d674 100644 --- a/docs/docs/guides/installation.mdx +++ b/docs/docs/guides/installation.mdx @@ -64,7 +64,7 @@ cd ~/source/infrahub/ Next, clone the Infrahub GitHub repository into the current directory. ```shell -git clone --recursive --depth 1 https://github.com/opsmill/infrahub.git +git clone --recursive -b stable --depth 1 https://github.com/opsmill/infrahub.git ``` :::note