From bb1a5cf3a89e03c5d9c7c27860d40638ea0b4271 Mon Sep 17 00:00:00 2001 From: Florent Lagrede Date: Thu, 14 Jul 2022 09:47:53 +0200 Subject: [PATCH] doc: add sanity-cli install command (#18) Add Sanity cli install command as it is required for running `yarn start`. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f07c367..a753270 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This is the [Sanity](https://sanity.io/) Studio for editing content on Regen Reg ## Setup -Install dependencies using `yarn`. +1. Install dependencies using `yarn`. +2. Install sanity-cli globally using `npm install -g @sanity/cli`. ## Development