Skip to content

Commit a3eb39e

Browse files
authored
docs: fix instructions to use yarn instead of npm (#111)
TODO: update Install dependencies' section
1 parent 7a6e3ab commit a3eb39e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,13 @@ Suggested environment:
8888

8989
##### Install dependencies
9090

91-
For NPM v6 or above:
92-
9391
```bash
94-
npm ci
95-
```
96-
97-
For NPM before v6
98-
99-
```bash
100-
npm install
92+
yarn install
10193
```
10294

10395
##### Start development
10496

105-
YiNote leverages [Lerna](https://github.com/lerna/lerna) to manage the monorepo.
106-
107-
Please run `npm run bootstrap` to setup dependecies for each sub_modules before start.
108-
109-
Then run `npm start` will start both `extension` and `playground` in development mode.
97+
Run `yarn start:ext`.
11098

11199
For `content script` change, you need to reload the extension in `chrome://extensions` tab.
112100

0 commit comments

Comments
 (0)