Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
keithm-xmos authored Oct 20, 2022
1 parent 0730e40 commit 3e2b44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pull the docker container:

.. code-block:: console
docker pull ghcr.io/xmos/doc_builder:latest
docker pull ghcr.io/xmos/doc_builder:main
========
Building
Expand All @@ -35,7 +35,7 @@ To build the documentation, run the following command in the root of the reposit

.. code-block:: console
docker run --rm -t -u "$(id -u):$(id -g)" -v $(pwd):/build -e REPO:/build -e DOXYGEN_INCLUDE=/build/doc/Doxyfile.inc -e EXCLUDE_PATTERNS=/build/doc/exclude_patterns.inc -e DOXYGEN_INPUT=ignore ghcr.io/xmos/doc_builder:latest
docker run --rm -t -u "$(id -u):$(id -g)" -v $(pwd):/build -e REPO:/build -e DOXYGEN_INCLUDE=/build/doc/Doxyfile.inc -e EXCLUDE_PATTERNS=/build/doc/exclude_patterns.inc -e DOXYGEN_INPUT=ignore ghcr.io/xmos/doc_builder:main
**********************
Adding a New Component
Expand Down

0 comments on commit 3e2b44f

Please sign in to comment.