Skip to content

Commit c2eb7cb

Browse files
authored
Specify stable branch for demo install (#4577)
1 parent 973a9e3 commit c2eb7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cd ~/source/infrahub/
6464
Next, clone the Infrahub GitHub repository into the current directory.
6565

6666
```shell
67-
git clone --recursive --depth 1 https://github.com/opsmill/infrahub.git
67+
git clone --recursive -b stable --depth 1 https://github.com/opsmill/infrahub.git
6868
```
6969

7070
:::note

0 commit comments

Comments
 (0)