From ab696c3f00762e2e36aa43ece1ea09c88e3cc6f3 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 29 Jun 2023 07:49:32 +0200 Subject: [PATCH] docs: update README to use npm resolves #4002 --- website/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index d122882f..0887fdd7 100644 --- a/website/README.md +++ b/website/README.md @@ -5,13 +5,13 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern ## Installation ```shell -$ yarn install +$ npm install ``` ## Local Development ```shell -$ yarn start +$ npm run start ``` This command starts a local development server and open up a browser window.