Skip to content

Commit

Permalink
Remove stable parameter from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteGi committed Oct 11, 2024
1 parent 4178bb8 commit d3e6b42
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 -b stable --depth 1 https://github.com/opsmill/infrahub.git
git clone --recursive --depth 1 https://github.com/opsmill/infrahub.git
```

:::note
Expand Down

0 comments on commit d3e6b42

Please sign in to comment.