From a3eb39e3ad363ea3a9d6e06fe79d603de85640ac Mon Sep 17 00:00:00 2001 From: Detsu <36166146+Detsudetsu@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:45:16 +0900 Subject: [PATCH] docs: fix instructions to use yarn instead of npm (#111) TODO: update Install dependencies' section --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 772769e..6065519 100644 --- a/README.md +++ b/README.md @@ -88,25 +88,13 @@ Suggested environment: ##### Install dependencies -For NPM v6 or above: - ```bash -npm ci -``` - -For NPM before v6 - -```bash -npm install +yarn install ``` ##### Start development -YiNote leverages [Lerna](https://github.com/lerna/lerna) to manage the monorepo. - -Please run `npm run bootstrap` to setup dependecies for each sub_modules before start. - -Then run `npm start` will start both `extension` and `playground` in development mode. +Run `yarn start:ext`. For `content script` change, you need to reload the extension in `chrome://extensions` tab.