Skip to content

Commit

Permalink
doc: Clone baremetal apps at release version
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed Apr 26, 2017
1 parent 350c611 commit c0bfb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/user_guide/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ You can find this example in ``$OPTIMSOC/examples/sim/compute_tile``.
In addition to the simulated SoC hardware, you also need software that runs on the system.
Our demonstration software is available in an extra repository:

.. code:: sh
.. parsed-literal::
git clone https://github.com/optimsoc/baremetal-apps
git clone -b |version| https://github.com/optimsoc/baremetal-apps
cd baremetal-apps
Build a simple "Hello World" example:
Expand Down

0 comments on commit c0bfb4f

Please sign in to comment.