Skip to content

Commit

Permalink
fix: clone instructions to also fully fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissiwaffler committed Aug 16, 2024
1 parent 732b7d4 commit a706e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Configuration files are available from within the image under `/config` in folde
Alternatively, you may use Docker's [compose](https://docs.docker.com/compose/) to run either Ogmios standalone, or an orchestration of cardano-node and Ogmios talking to each other. Compose is a handy tool to orchestrate multiple services packaged as containers. It works from a compose file which is available in the project repository, get it via:

```console
$ git clone --depth 1 [email protected]:cardanosolutions/ogmios.git
$ git clone --depth 1 --recursive --shallow-submodules [email protected]:cardanosolutions/ogmios.git
$ cd ogmios
```

Expand Down

0 comments on commit a706e81

Please sign in to comment.