improve README introduction

This commit is contained in:
Jérémy Lecour 2019-02-19 10:04:36 +01:00
parent 9be91392f3
commit b5847c4282

View file

@ -1,13 +1,13 @@
# Evocheck # Evocheck
This program scans the machine it is run on and verifies if it It runs many compliance checks of the server with Evolix conventions.
adheres to the Evolix standard, non-compliance warnings are outputted Non-compliance warnings are printed on standard output.
on standard out.
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 Some checks can be disabled in the `/etc/evocheck.cf` config file.
it.
Tests can be run with Vagrant and the provided `VagrantFile`.
## How to build the package for a new Debian release ## How to build the package for a new Debian release