Skip to content

Commit

Permalink
doc(README): updates install it section with instructions for yarn an…
Browse files Browse the repository at this point in the history
…d pnpm (#748)
  • Loading branch information
cunzaizhuyi authored Feb 18, 2023
1 parent 1d0a709 commit 59bea92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ you can stick on the wall to impress your grandma.

### Install it

- `npm install --save-dev dependency-cruiser` (with `yarn` or `pnpm` use their
equivalent to install & save dependency-cruiser as a development dependency).
```shell
npm install --save-dev dependency-cruiser
# or
yarn add -D dependency-cruiser
pnpm add -D dependency-cruiser
```

### Generate a config

Expand Down

0 comments on commit 59bea92

Please sign in to comment.