aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-15 11:11:15 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-15 11:11:15 +0100
commit73a353df83f93d066ade246afb07234dbd2d0442 (patch)
tree2b26c201a28bbc07d7932654739686fbe4dde657
parentBack to 15% (diff)
downloadlowbat-gnu-73a353df83f93d066ade246afb07234dbd2d0442.tar.gz
lowbat-gnu-73a353df83f93d066ade246afb07234dbd2d0442.tar.bz2
lowbat-gnu-73a353df83f93d066ade246afb07234dbd2d0442.tar.xz
lowbat-gnu-73a353df83f93d066ade246afb07234dbd2d0442.tar.zst
lowbat-gnu-73a353df83f93d066ade246afb07234dbd2d0442.zip
README update
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b2dc23..9949100 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# lowbat
-Very small script that runs in the background and warns you when your battery is low until you plug your laptop in. It is POSIX-compliant, which is nice.
+Very small script that runs in the background and warns you when your battery is low until you plug your laptop in. It is **POSIX-compliant**, which is nice.
## Dependencies
@@ -18,12 +18,18 @@ cd lowbat
sudo make install
```
-Next you must find a way to get the script running when loging in. Add this to your startup programs manager of choice:
+Next you must find a way to get the script running when loging in. Add this to your startup programs manager/rc file of choice:
```shell
lowbat > /dev/null 2>&1 &
```
+## Options
+
+Two options are available.
+```shell
+lowbat --say ""
+
## Uninstallation
```shell
@@ -32,6 +38,8 @@ sudo make uninstall
## See also
+For more informations, see:
+
```shell
man 1 lowbat
``` \ No newline at end of file