diff options
-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 |