Skip to content

Commit dd35ec5

Browse files
committed
Update example readme with how to run buildrunner
1 parent fbb01bf commit dd35ec5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ To run Buildrunner using an example configuration file, follow these steps from
2323
.. code-block:: sh
2424
2525
./bin/buildrunner -f examples/<path-to-config-file>
26+
or
27+
buildrunner -f examples/<path-to-config-file>
2628
2729
*Example:*
2830

2931
.. code-block:: sh
3032
31-
./bin/buildrunner -f examples/configs/build/basic/buildrunner.yaml
33+
buildrunner -f examples/configs/build/basic/buildrunner.yaml
3234
3335
Adding a New Example Configuration File
3436
=======================================

0 commit comments

Comments
 (0)