Skip to content

Commit

Permalink
docs(README): update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Jan 11, 2022
1 parent 6946f11 commit e519f8f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gatsby-source-graphcms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@

## Installation

> Note: Gatsby v4 requires Node.js >= 14.15.
To install the next version of this plugin, make sure to use the `@next` tag when installing:

```shell
yarn add gatsby-source-graphcms@next gatsby-plugin-image@next
yarn add gatsby-source-graphcms gatsby-plugin-image
```

> Note: Gatsby v4 requires Node.js >= 14.15.
## Configuration

> We recommend using environment variables with your GraphCMS `token` and `endpoint` values. You can learn more about using environment variables with Gatsby [here](https://www.gatsbyjs.org/docs/environment-variables).
Expand Down

0 comments on commit e519f8f

Please sign in to comment.