diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |