We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e6c2 commit 9439087Copy full SHA for 9439087
website/pages/en/quick-start.mdx
@@ -24,12 +24,16 @@ The Graph CLI is written in JavaScript and you will need to have either `npm` or
24
25
On your local machine, run one of the following commands:
26
27
+Using [npm](https://www.npmjs.com/):
28
+
29
```sh
-# NPM
-$ npm install -g @graphprotocol/graph-cli
30
+npm install -g @graphprotocol/graph-cli
31
+```
32
-# Yarn
-$ yarn global add @graphprotocol/graph-cli
33
+Using [yarn](https://yarnpkg.com/):
34
35
+```sh
36
+yarn global add @graphprotocol/graph-cli
37
```
38
39
## 3. Initialize your Subgraph
0 commit comments