Add instruction about installation

This commit is contained in:
Benjamin Renard 2020-12-10 16:12:31 +01:00 committed by root
parent e5532b4740
commit e241fc0571
1 changed files with 7 additions and 0 deletions

View File

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