From 8b01fcd4a60c1469101c715b054b37c2e8191865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 6 Aug 2024 15:09:58 +0200 Subject: [PATCH] Improve single-instance example It might not be clear for everyone that the file scenario-definitions.yaml has to be a local file. --- docs/Installing.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Installing.asciidoc b/docs/Installing.asciidoc index 3458d8034c2..49f802881c4 100644 --- a/docs/Installing.asciidoc +++ b/docs/Installing.asciidoc @@ -67,6 +67,7 @@ From there, you can trigger a new job or clone an existing one, e.g.: [source,sh] ---- +wget https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-example/main/scenario-definitions.yaml openqa-cli schedule --monitor \ --param-file SCENARIO_DEFINITIONS_YAML=scenario-definitions.yaml \ DISTRI=example VERSION=0 FLAVOR=DVD ARCH=x86_64 \