From 3a52d0328237a6d8d46168f4b353ce1befb65bf6 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Mon, 29 Jan 2024 19:25:47 +0100 Subject: [PATCH] Docs: add "yarn postinstall" to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0997812865..91ff8bcb1d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ Install the dependencies: yarn ``` +If your yarn is configured not to run postinstall scripts automatically, you'll have to run it manually: + +```bash +yarn postinstall +``` + Run the development server: ```bash