Skip to content

Commit

Permalink
chore(docs): clarify next dist tag install
Browse files Browse the repository at this point in the history
closes #1240
  • Loading branch information
jasonkuhrt committed Oct 31, 2024
1 parent 75d8963 commit d697ae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/content/guides/20_getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ touch tsconfig.json main.ts

## 📦 Install Graffle

Graffle is [still in development](https://github.com/graffle-js/graffle/discussions/1163) so there is no stable release to install yet. Use the `next` distribution tag to find the latest pre-release.

Graffle has a peer dependency on `graphql` so you will need to install that too.

```sh
pnpm add graffle graphql
pnpm add graffle@next graphql
```

## 💀 Verify Project Configuration
Expand Down

0 comments on commit d697ae9

Please sign in to comment.