From c05672aaea7498e79c49745b0729934444e483a0 Mon Sep 17 00:00:00 2001 From: Marcus Rein <64141593+marcusrein@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:04:22 -0400 Subject: [PATCH] Add installation steps for graph-cli Added installation instructions for graph-cli. --- .../en/subgraphs/developing/creating/graph-node-dev.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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: ```