From d697ae90560a30b7cca83f1b9c9ca30e3b290460 Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Thu, 31 Oct 2024 09:38:20 -0400 Subject: [PATCH] chore(docs): clarify next dist tag install closes #1240 --- website/content/guides/20_getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/guides/20_getting-started.md b/website/content/guides/20_getting-started.md index fc240f7c2..6a0633a02 100644 --- a/website/content/guides/20_getting-started.md +++ b/website/content/guides/20_getting-started.md @@ -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