Skip to content

Commit

Permalink
Merge pull request #412 from StargazerLabs/fix/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ authored Aug 16, 2024
2 parents 2818d77 + eefe79a commit f2f98e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting-started/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Clone the git repository from Github:

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

Then, use cabal to compile the project source code from the `server` directory:
Expand Down Expand Up @@ -155,7 +155,7 @@ Clone the git repository from Github:

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

Then, use Yarn to install dependencies and compile the project source code from the
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Alternatively, you may use Docker's [compose](https://docs.docker.com/compose/)

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

Then, starts the components stack using:
Expand Down

0 comments on commit f2f98e9

Please sign in to comment.