-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clone instructions to also fully fetch submodules
- Loading branch information
1 parent
732b7d4
commit a706e81
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
|