From bd4c654e54c07d9511f8a37af896eb6211fce844 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 3 May 2023 19:55:55 +0200 Subject: [PATCH] Update readem --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fc89881..24ab0b7 100644 --- a/README.md +++ b/README.md @@ -142,20 +142,11 @@ Example. ``` sh mkdir battery-scripts -touch battery-scripts/discharging -chmod +x battery-scripts/discharging -touch battery-scripts/charging -chmod +x battery-scripts/charging -touch battery-scripts/low -chmod +x battery-scripts/low -touch battery-scripts/high -chmod +x battery-scripts/high -touch battery-scripts/full -chmod +x battery-scripts/full - bash-folders-battery-hook --folder battery-scripts ``` +Inside the folder all the empty scripts will be created, which you will have to edit to include the instructions in Bash. + ### Start at operating system startup #### Option 1: Service