From 9d9b52d5870aa14ff53f17b7e14d8f19b5f401b1 Mon Sep 17 00:00:00 2001 From: ybonatakis Date: Mon, 5 Aug 2024 14:59:22 +0200 Subject: [PATCH] Add steps to install requirements Describe the get-started step to use the repo's script, which requires some dependencies. Signed-off-by: ybonatakis --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d29f737..ab2aec7b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ If you have questions, visit us on IRC in [#opensuse-factory](irc://chat.freenod ## How to use Checkout the individual scripts and either call them manually or automatically, e.g. in CI jobs +Find all the dependencies which are required in +[dependencies.yaml](https://github.com/os-autoinst/scripts/blob/master/dependencies.yaml]. +You get all of them installed with one package. + +```bash +sudo zypper in os-autoinst-scripts-deps +``` ### auto-review - Automatically detect known issues in openQA jobs, label openQA jobs with ticket references and optionally retrigger