From e241fc05712b0959f1636054cfd7a52c7aa991ed Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 10 Dec 2020 16:12:31 +0100 Subject: [PATCH] Add instruction about installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c8c99f..38d0e8f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ This script permit to check (and eventually fix) CRC32 value of the LDIF files o This script only used common __python3__ modules _(no additionnal package to install on Debian based systems)_. +## Installation + +``` +git clone https://gogs.zionetrix.net/bn8/check_slapdd_crc32.git /usr/local/src/check_slapdd_crc32 +ln -s /usr/local/src/check_slapdd_crc32/check_slapdd_crc32 /usr/local/sbin/check_slapdd_crc32 +``` + ## Usage ```