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