Add chkdeploy step to documentation

This commit is contained in:
Kevin Dorner 2021-03-06 19:51:02 +01:00
parent 587d4f5318
commit 20b32b8fe8
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@ git clone --depth 1 https://gitea.mdg-hamburg.de/MDG-Packages/winst-mdg-python.g
2. Download the required binaries
```sh
cd /srv/deploy/install/mdg-python/ && make
```
3. Run chkdeploy to make IServ aware of the new package
```sh
chkdeploy
```