From 8f5af65eba04b9a8b64682f46fa00f959709e93b Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 12 Nov 2023 22:47:51 +0100 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b435310..281b5ee 100644 --- a/README.md +++ b/README.md @@ -35,25 +35,43 @@ PVE Kernel Cleaner is a program to compliment Proxmox Virtual Environment which Before using this program you will need to have the following packages installed. * cron +* curl To install all required packages enter the following command. ##### Debian: ``` -sudo apt-get install cron +sudo apt-get install cron curl ``` ## Installing -To install PVE Kernel Cleaner please enter the following commands +You can install PVE Kernel Cleaner using either Git or Curl. Choose the method that suits you best: -``` +### Installation via Git + +1. Open your terminal. + +2. Enter the following commands one by one to install PVE Kernel Cleaner: + +```bash git clone https://github.com/jordanhillis/pvekclean.git cd pvekclean chmod +x pvekclean.sh ./pvekclean.sh ``` +### Installation via Curl + +1. Open your terminal. + +2. Use the following command to install PVE Kernel Cleaner: + +```bash +curl -o pvekclean.sh https://raw.githubusercontent.com/jordanhillis/pvekclean/master/pvekclean.sh +chmod +x pvekclean.sh +./pvekclean.sh +``` ## Updating