From b5847c428225985b1cce7593c69a22d729076c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 19 Feb 2019 10:04:36 +0100 Subject: [PATCH] improve README introduction --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e15d0aa..ce87da5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Evocheck -This program scans the machine it is run on and verifies if it -adheres to the Evolix standard, non-compliance warnings are outputted -on standard out. +It runs many compliance checks of the server with Evolix conventions. +Non-compliance warnings are printed on standard output. -It is currently adapted for Debian and OpenBSD systems. +It supports Debian and OpenBSD systems. -Configure by modifying evocheck.cf and use the VagrantFile to test -it. +Some checks can be disabled in the `/etc/evocheck.cf` config file. + +Tests can be run with Vagrant and the provided `VagrantFile`. ## How to build the package for a new Debian release