-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #412 from StargazerLabs/fix/docs
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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: | ||
|