diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:24:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:24:10 +0100 |
commit | b05294d38f9f29683ea2749578503f2037e5d4e9 (patch) | |
tree | 97c1ac2b3061fddc30e339c897fa2f28ccf7d6eb | |
parent | Added .gitignore, README (diff) | |
download | lowbat-gnu-b05294d38f9f29683ea2749578503f2037e5d4e9.tar.gz lowbat-gnu-b05294d38f9f29683ea2749578503f2037e5d4e9.tar.bz2 lowbat-gnu-b05294d38f9f29683ea2749578503f2037e5d4e9.tar.xz lowbat-gnu-b05294d38f9f29683ea2749578503f2037e5d4e9.tar.zst lowbat-gnu-b05294d38f9f29683ea2749578503f2037e5d4e9.zip |
README update
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -11,4 +11,16 @@ Very small script that runs in the background and warns you when your battery is ## Installation -```shell
\ No newline at end of file +Open a terminal and run these commands: + +```shell +git clone https://github.com/JozanLeClerc/lowbat.git +cd lowbat +sudo make clean install +``` + +Next you must find a way to get the script running when loging in. + +## Uninstallation + +sudo make uninstall |