Skip to content

Commit

Permalink
Update example readme with how to run buildrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejbrown committed Feb 21, 2025
1 parent fbb01bf commit dd35ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ To run Buildrunner using an example configuration file, follow these steps from
.. code-block:: sh
./bin/buildrunner -f examples/<path-to-config-file>
or
buildrunner -f examples/<path-to-config-file>
*Example:*

.. code-block:: sh
./bin/buildrunner -f examples/configs/build/basic/buildrunner.yaml
buildrunner -f examples/configs/build/basic/buildrunner.yaml
Adding a New Example Configuration File
=======================================
Expand Down

0 comments on commit dd35ec5

Please sign in to comment.