commit 119ccda248814e19ef21577a3bb90bf582f464a1 parent effbcbb28f2dc6e52573e1793ac1546c7c45e2a6 Author: Solene Rapenne <solene@perso.pw> Date: Mon, 2 Dec 2019 20:58:05 +0100 Add a README, done by Hiltjo Posthuma Diffstat:
A | README | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
1 file changed, 38 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,38 @@ +drist +----- + +drist is a tool to configure and synchronize configurations to servers. + + +Build and install +----------------- + +# make install + + +Usage and examples +------------------ + +See the examples directory. + + +Dependencies +------------ + +- POSIX sh and shell utilities. +- sudo or doas (optional) +- ssh +- rsync +- POSIX make (optional) + + +License +------- + +See LICENSE file. + + +Author +------ + +Solène Rapenne <solene@perso.pw>