Skip to content

Commit

Permalink
Specify stable branch for demo install (#4577)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteGi authored Oct 8, 2024
1 parent 973a9e3 commit c2eb7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2eb7cb

Please sign in to comment.