From e620df14793d197f8ea26e3b6dfc5b2f99a158c5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 29 Apr 2020 20:49:43 +0200 Subject: [PATCH] Document the creation of the mirrors folder Signed-off-by: Pierre-Yves Chibon --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 14d5147..1ff0952 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,11 @@ Run this locally * The ``mirror_from_pagure_bus.py`` is a fedora-messaging consumer. To run it you will have to follow these steps (for dev): + * Create the folder where mirrors are stored by default: + :: + + mkdir mirrors + * Adjust the example configuration file: :: @@ -23,6 +28,7 @@ Run this locally * Run the consumer: :: + PYTHONPATH=. fedora-messaging --conf my_config.toml consume