aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-14 01:32:56 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-14 01:32:56 +0100
commitc5a6d9b6c4609918968b459a2e591059218ca2ea (patch)
tree53b2924a4b7f7f741f420d86f72c0fbd3f07aef7 /README.md
parentUpdate (diff)
downloadlowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.gz
lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.bz2
lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.xz
lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.zst
lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.zip
README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24ff26a..00c3650 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# lowbat
-Very small script that runs in the background and warns you when your battery is low.
+Very small script that runs in the background and warns you when your battery is low until you plug your laptop in.
## Dependencies
@@ -19,7 +19,11 @@ cd lowbat
sudo make clean install
```
-Next you must find a way to get the script running when loging in.
+Next you must find a way to get the script running when loging in. Add this to your startup programs manager of choice:
+
+```shell
+lowbat > /dev/null 2>&1 &
+```
## Uninstallation