Skip to content

Commit c05672a

Browse files
authored
Add installation steps for graph-cli
Added installation instructions for graph-cli.
1 parent 79cfb09 commit c05672a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Graph Node Developer Mode (GND) is a developer-friendly Graph Node runner design
1313

1414
## Step 1. Set Up
1515

16+
Install `graph-cli`:
17+
18+
```
19+
npm i @graphprotocol/graph-cli
20+
```
21+
1622
Install `gnd` using the Graph CLI:
1723

1824
```

0 commit comments

Comments
 (0)