Skip to content

Commit

Permalink
docs: fix instructions to use yarn instead of npm (#111)
Browse files Browse the repository at this point in the history
TODO: update Install dependencies' section
  • Loading branch information
Detsudetsu authored Feb 18, 2024
1 parent 7a6e3ab commit a3eb39e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a3eb39e

Please sign in to comment.