Skip to content

Commit 64a2b66

Browse files
committed
Document --yarn-berry-workspaces flag in the readme
Fixes #163
1 parent ca20b98 commit 64a2b66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ consider adding `@types/*` packages as `devDependencies` in `package.json`.
3838
Navigate to the project root, containing `package.json`.
3939

4040
```sh
41-
npm install # or yarn install
42-
scip-typescript index --yarn-workspaces
41+
yarn install
42+
43+
scip-typescript index --yarn-workspaces # For Yarn v2
44+
scip-typescript index --yarn-berry-workspaces # For Yarn v3 (Berry)
4345
```
4446

4547
### Indexing in CI

0 commit comments

Comments
 (0)