Skip to content

Commit d697ae9

Browse files
committed
chore(docs): clarify next dist tag install
closes #1240
1 parent 75d8963 commit d697ae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/content/guides/20_getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ touch tsconfig.json main.ts
4141

4242
## 📦 Install Graffle
4343

44+
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.
45+
4446
Graffle has a peer dependency on `graphql` so you will need to install that too.
4547

4648
```sh
47-
pnpm add graffle graphql
49+
pnpm add graffle@next graphql
4850
```
4951

5052
## 💀 Verify Project Configuration

0 commit comments

Comments
 (0)