Skip to content

Commit

Permalink
docs: fix the instruction to run Macaron (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: behnazh-w <[email protected]>
  • Loading branch information
behnazh-w authored Aug 28, 2023
1 parent fa0a715 commit f24dee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/pages/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To verify your setup, go to the directory containing the downloaded ``run_macaro
.. note:: In the first execution, this script will download the Macaron Docker image from ``ghcr.io/oracle/macaron`` which can take some time. However, the next time you run it, the docker image available on your local host will be used.

.. note:: By default, ``latest`` is used as the tag for the downloaded image. You can choose a specific tag by assigning the environment variable ``MACARON_IMAGE_TAG``. For example to run Macaron v0.1.0 run: ``MACARON_IMAGE_TAG=v0.1.0 && ./run_macaron.sh --help``
.. note:: By default, ``latest`` is used as the tag for the downloaded image. You can choose a specific tag by assigning the environment variable ``MACARON_IMAGE_TAG``. For example to run Macaron v0.1.0 run: ``MACARON_IMAGE_TAG=v0.1.0 ./run_macaron.sh --help``

.. _prepare-github-token:

Expand Down

0 comments on commit f24dee0

Please sign in to comment.