From 20b32b8fe805a07bb04fd8f8c7495b7ccb65bb95 Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Sat, 6 Mar 2021 19:51:02 +0100 Subject: [PATCH] Add chkdeploy step to documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fcb3ba0..d1c6730 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file