From 8a95bbf219a80f9196921ee4359e0efc51fb727b Mon Sep 17 00:00:00 2001 From: Phanes Date: Thu, 7 Dec 2017 01:32:00 -0500 Subject: [PATCH] not sure why but ok --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c86e0aa --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +# Instructions + +## Build +1. cmake . +2. make +3. sudo make install # (or generate a package and use that) + +## Usage +1. Write a script that does a thing. +2. Write a script that checks if that thing is done. +3. Set up your check as a target in a unit. +4. Set up your script as its rectifier. +5. Turn on the rectify pattern in the unit definition. +