Skip to content

Commit 5d26190

Browse files
authored
Merge pull request IntersectMBO#1224 from perturbing/patch-1
Update building-running.md
2 parents e0a8470 + ef3b661 commit 5d26190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/building-running.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ nix-build -A scripts.testnet.node -o testnet-node-remote && ./testnet-node-remot
108108
and then the two `db-sync` process run as:
109109
```
110110
PGPASSFILE=config/pgpass-mainnet scripts/postgresql-setup.sh --createdb
111-
PGPASSFILE=config/pgpass-mainnet ./cardano-db-sync-exe \
111+
PGPASSFILE=config/pgpass-mainnet db-sync-node/bin/cardano-db-sync \
112112
--config config/mainnet-config.yaml \
113113
--socket-path ../cardano-node/state-node-mainnet/node.socket \
114114
--state-dir ledger-state/mainnet \
@@ -117,7 +117,7 @@ PGPASSFILE=config/pgpass-mainnet ./cardano-db-sync-exe \
117117
and
118118
```
119119
PGPASSFILE=config/pgpass-testnet scripts/postgresql-setup.sh --createdb
120-
PGPASSFILE=config/pgpass-testnet ./cardano-db-sync-exe \
120+
PGPASSFILE=config/pgpass-testnet db-sync-node/bin/cardano-db-sync \
121121
--config config/testnet-config.yaml \
122122
--socket-path ../cardano-node/state-node-testnet/node.socket \
123123
--state-dir ledger-state/testnet \

0 commit comments

Comments
 (0)