Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======================================
Expand All @@ -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``.
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``.
Loading