Skip to content

Commit

Permalink
Remove stable parameter from installation guide (#4608)
Browse files Browse the repository at this point in the history
We recently introduced changes to docker compose file. This was creating a discrepancy between the docker file (on develop branch) and the demo docker images (on stable). Thus the command invoke demo.start wasn't working anymore from develop branch. This has been solved with the newest release.
  • Loading branch information
BaptisteGi authored Oct 11, 2024
1 parent 4178bb8 commit 80bba63
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 80bba63

Please sign in to comment.