From d3e6b42a3d1ff5c42867c2de8cb3e2908d3556a6 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Fri, 11 Oct 2024 11:38:06 +0200 Subject: [PATCH] Remove stable parameter from documentation --- 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 0e2b33d674..5b22ce085a 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 -b stable --depth 1 https://github.com/opsmill/infrahub.git +git clone --recursive --depth 1 https://github.com/opsmill/infrahub.git ``` :::note