Add instruction about installation
This commit is contained in:
parent
e5532b4740
commit
e241fc0571
1 changed files with 7 additions and 0 deletions
|
@ -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)_.
|
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
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue