Skip to content

Commit d44b8d8

Browse files
Add Homebrew + Scoop install instructions to README
1 parent bdf5f50 commit d44b8d8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,16 @@ MIT — see [LICENSE](LICENSE)
194194
npm install -g deadcode-cli
195195
```
196196

197+
Or install via Homebrew (macOS/Linux):
198+
```bash
199+
brew tap Coding-Dev-Tools/tap
200+
brew install deadcode
201+
```
202+
203+
Or install via Scoop (Windows):
204+
```bash
205+
scoop bucket add Coding-Dev-Tools https://github.com/Coding-Dev-Tools/scoop-bucket
206+
scoop install deadcode
207+
```
208+
197209
Then run: `deadcode --help`

0 commit comments

Comments
 (0)