Skip to content

Commit

Permalink
docs: update install section
Browse files Browse the repository at this point in the history
  • Loading branch information
kazushisan committed Sep 11, 2024
1 parent 5516ea9 commit 3a4a279
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ Now you don't have to worry about removing unused code by yourself!
## Install

```bash
npm i typescript ## TypeScript is a peer dependency
npm i -D @line/ts-remove-unused
npm install @line/ts-remove-unused
```

TypeScript is a peer dependency so make sure that it's also installed.

## Usage

```
Expand Down

0 comments on commit 3a4a279

Please sign in to comment.