Skip to content

Commit 24ea486

Browse files
authored
docs: installation.mdx (No comment behind npm install) (#10443)
1 parent 2be24fa commit 24ea486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/src/pages/docs/getting-started/installation.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ Once installed, GraphQL Code Generator CLI can help you configure your project b
4545
npx graphql-code-generator init
4646
```
4747

48+
Install the chosen packages:
49+
4850
```sh npm2yarn
49-
npm install # install the chosen packages
51+
npm install
5052
```
5153

5254
Question by question, it will guide you through the whole process of setting up a schema, selecting and installing plugins, picking a destination to where your files are generated, and a lot more.

0 commit comments

Comments
 (0)