You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ For Ethereum network data you can either run a local node or use Infura.io:
32
32
33
33
1. Install IPFS and run `ipfs init` followed by `ipfs daemon`
34
34
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
36
36
3. Clone https://github.com/graphprotocol/graph-node and run `cargo build`
37
37
38
38
Once you have all the dependencies setup you can run the following:
0 commit comments