Skip to content

Commit 2033a2f

Browse files
committed
Update README.md
add missing `yarn install` step
1 parent e23573c commit 2033a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For Ethereum network data you can either run a local node or use Infura.io:
3232

3333
1. Install IPFS and run `ipfs init` followed by `ipfs daemon`
3434
2. Install PostgreSQL and run `initdb -D .postgres` followed by `createdb adchain-subgraph`
35-
2. Clone https://github.com/graphprotocol/adchain-subgraph and build it with `yarn build-ipfs --verbosity debug` -> remember/copy the IPFS hash
35+
2. Clone https://github.com/graphprotocol/adchain-subgraph, build it with `yarn install; yarn build-ipfs --verbosity debug` and copy the IPFS hash for use in the step below
3636
3. Clone https://github.com/graphprotocol/graph-node and run `cargo build`
3737

3838
Once you have all the dependencies setup you can run the following:

0 commit comments

Comments
 (0)