From e15b62952e5a6f8eeb90c7aa880244d00dfe43bb Mon Sep 17 00:00:00 2001 From: Samuel Akinosho <39565075+LucidSamuel@users.noreply.github.com> Date: Thu, 13 Jul 2023 01:52:31 +0400 Subject: [PATCH] Update README.md Think we should indicate the need to install docusaurus because npm run dev wouldn't work according to the code without doing so. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 042e433c0..1ee199285 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ After your local build environment is set, you can run a local build: ```sh git clone https://github.com/o1-labs/docs2.git npm install +npm install docusaurus npm run dev ```