not sure why but ok

master
Phanes 2017-12-07 01:32:00 -05:00
parent 4d66a0f059
commit 8a95bbf219
1 changed files with 14 additions and 0 deletions

14
README Normal file
View File

@ -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.