From 8377e4da87fcdc185ba8780f2b36f87a5cfd7f2d Mon Sep 17 00:00:00 2001 From: Shane Brown Date: Wed, 5 Mar 2025 14:19:27 -0700 Subject: [PATCH] Update README.rst --- examples/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.rst b/examples/README.rst index 9d2f6aa6..b1280217 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -20,7 +20,7 @@ To run Buildrunner using an example configuration file, follow these steps from .. code-block:: sh - ./run-buildrunner.sh examples/build/basic/buildrunner.yaml + ./run-buildrunner.sh -f examples/build/basic/buildrunner.yaml Adding a New Example Configuration File ======================================= @@ -44,4 +44,4 @@ Following these best practices ensures consistency, maintainability, and ease of Excluding Example Configuration Files from Unit Tests ===================================================== -To exclude an example configuration file from unit tests, add the file path to the ``excluded_example_files`` list in ``tests/test_buildrunner_files.py``. \ No newline at end of file +To exclude an example configuration file from unit tests, add the file path to the ``excluded_example_files`` list in ``tests/test_buildrunner_files.py``.