aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d5b387..2695201 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,12 @@ To use gql-language-server, `.gqlconfig` have to be located on the top of projec
}
```
+Finally, you have to install `@playlyfe/gql` into your project.
+
+```
+$ npm install @playlyfe/gql --save-dev
+```
+
## License
MIT