diff --git a/website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx b/website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx index 3839473dcd29..968e60bc6548 100644 --- a/website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx +++ b/website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx @@ -13,6 +13,12 @@ Graph Node Developer Mode (GND) is a developer-friendly Graph Node runner design ## Step 1. Set Up +Install `graph-cli`: + +``` +npm i @graphprotocol/graph-cli +``` + Install `gnd` using the Graph CLI: ```