Skip to content

Commit

Permalink
docs: use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
e-vasiltsov committed Nov 23, 2024
1 parent 8772cfe commit 9e020cd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ A lightweight CLI tool for analyzing file and directory sizes. Signals errors vi

---

## ⭐ Support This Project
## ⭐ Support This Project

If you find this project useful, please consider giving it a **star** on [GitHub](https://github.com/e-vasiltsov/fs-size-checker)! 🌟
If you find this project useful, please consider giving it a **star** on [GitHub](https://github.com/e-vasiltsov/fs-size-checker)! 🌟

Your support helps others discover this project and keeps me motivated to improve it further. Thank you! 😊

Expand All @@ -42,6 +42,14 @@ Legend:

## Installation

### Use via npx (No Installation Required)

You can use `fs-size-checker` directly with `npx` without installing it globally:

```bash
npx fs-size-checker <path> <max_size> <unit> <ignore>
```

You can install fs-size-checker globally using npm:

```bash
Expand Down

0 comments on commit 9e020cd

Please sign in to comment.