Skip to content

Commit 7f7bd70

Browse files
authored
Update getting_started.rst
Updated to include run instructions
1 parent 10d8c2e commit 7f7bd70

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/source/getting_started.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,16 @@ Now our application is defined your can build the configuration to return a stri
172172
173173
This example can be found in the examples folder as `timer_logger.py` with cfg output file `timer_logger_example.cfg`.
174174
175+
You can then run the example via:
176+
177+
.. code:: bash
178+
179+
/opt/MARTe2/MARTe2/Build/x86-linux/App/MARTeApp.ex -l RealTimeLoader -f timer_logger_example.cfg -s Running
180+
181+
(Or wherever your MARTeApp instance is).
182+
175183
Next steps:
176184
177185
- Review the `water tank example <./water_tank.html>`_.
178186
- It is encouraged to read up on the `simulation framework <./simulation.html>`_.
179-
- Alot of operational functions and configurations were ignored in this example, the default set up is usually adequate for an application but you may want to review the other `examples available <https://github.com/ukaea/MARTe2-python/tree/main/examples>`_.
187+
- Alot of operational functions and configurations were ignored in this example, the default set up is usually adequate for an application but you may want to review the other `examples available <https://github.com/ukaea/MARTe2-python/tree/main/examples>`_.

0 commit comments

Comments
 (0)