Skip to content

Commit

Permalink
Fix README.md param issue (graphprotocol#2971)
Browse files Browse the repository at this point in the history
* Update README.md

Fixing README docs missing param in the Running a Local Graph Node section.

* Update README.md

Fixing according to this review: 
graphprotocol#2971 (comment)
  • Loading branch information
Isk authored Nov 12, 2021
1 parent b661b01 commit ac2b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Once you have all the dependencies set up, you can run the following:
```
cargo run -p graph-node --release -- \
--postgres-url postgresql://USERNAME[:PASSWORD]@localhost:5432/graph-node \
--ethereum-rpc [URL] \
--ethereum-rpc NETWORK_NAME:[CAPABILITIES]:URL \
--ipfs 127.0.0.1:5001
```

Expand Down

0 comments on commit ac2b6e7

Please sign in to comment.