Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanhillis authored Nov 12, 2023
1 parent 412db89 commit 509287c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,26 @@ Example of usage:
```

## Usage Examples:
Here are some common ways to use PVE Kernel Cleaner:

**Remove Old Kernels Non-Interactively:**
```bash
pvekclean -f
```
**Set Number of Kernels to Keep:**
```bash
pvekclean -k 3
```
**Force Remove Old Kernels While Keeping a Certain Number:**
```bash
pvekclean -f -k 3
```
**Remove Newer Kernels and Keep a Specific Number:**
```bash
pvekclean -rn -k 2
```

## Developers

* **Jordan Hillis** - *Lead Developer*
Expand Down

0 comments on commit 509287c

Please sign in to comment.