|
1 | 1 | # CNKill |
2 | 2 |
|
3 | 3 | [](https://packagist.org/packages/abdelhamiderrahmouni/cnkill) |
4 | | -[](https://github.com/abdelhamiderrahmouni/cnkill/actions?query=workflow%3Arun-tests+branch%3Amain) |
| 4 | +[](https://github.com/abdelhamiderrahmouni/cnkill/actions?query=workflow%3Arun-tests+branch%3Amaster) |
5 | 5 | [](https://github.com/abdelhamiderrahmouni/cnkill/actions?query=workflow%3A"pint"+branch%3Amaster) |
6 | 6 | [](https://packagist.org/packages/abdelhamiderrahmouni/cnkill) |
7 | 7 |
|
8 | 8 | A Blazing Fast, Interactive TUI tool (like `npkill`) to find and delete `vendor/` and `node_modules/` directories in your old projects — freeing up disk space fast. |
9 | 9 |
|
10 | 10 | ## Installation && Update |
| 11 | +We provide multiple installation methods to suit your preferences. The recommended way is the standalone executable for Linux and macOS. |
11 | 12 |
|
12 | | -Quick install (Linux/macOS, no system PHP required): |
| 13 | +1. Quick install (Linux/macOS, standalone executable): |
13 | 14 |
|
14 | 15 | ```bash |
15 | | -curl -fsSL https://raw.githubusercontent.com/abdelhamiderrahmouni/cnkill/main/install.sh | sh |
| 16 | +curl -fsSL https://raw.githubusercontent.com/abdelhamiderrahmouni/cnkill/master/install.sh | sh |
16 | 17 | ``` |
17 | 18 |
|
18 | | -System-wide install (requires sudo): |
| 19 | +2. System-wide install (requires sudo): |
19 | 20 |
|
20 | 21 | ```bash |
21 | | -curl -fsSL https://raw.githubusercontent.com/abdelhamiderrahmouni/cnkill/main/install.sh | sh -s -- --system |
| 22 | +curl -fsSL https://raw.githubusercontent.com/abdelhamiderrahmouni/cnkill/master/install.sh | sh -s -- --system |
22 | 23 | ``` |
23 | 24 |
|
24 | | -Install globally via Composer: |
| 25 | +3. Install via cpx (the npx for PHP): |
| 26 | + |
| 27 | +```bash |
| 28 | +cpx abdelhamiderrahmouni/cnkill |
| 29 | +``` |
| 30 | + |
| 31 | +4. Install globally via Composer: |
25 | 32 |
|
26 | 33 | ```bash |
27 | 34 | composer global require abdelhamiderrahmouni/cnkill |
|
0 commit comments