2 files changed, 15 insertions(+), 10 deletions(-)
D README
A README.md
D README => README +0 -10
@@ 1,10 0,0 @@
-SYSTEMD-AUTOHIBERNATED
-----------------------
-
-This repository provides a useful feature for systemd-enabled Linux
-machines, which automatically hibernates a machine when the following
-conditions are met:
-
-1. AC power is nonexistent.
-2. Available battery power is scarcely low.
-
A README.md => README.md +15 -0
@@ 0,0 1,15 @@
+systemd-autohibernated
+----------------------
+
+This software enables automatic hibernating for systemd-based Linux
+systems when the following conditions are met:
+
+1. An AC power source is not available.
+2. Battery life availability is discharged to 5%.
+
+## Installing
+
+To install this software, run the following script:
+```sh
+./install
+```