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``.