Skip to content

Commit

Permalink
[#293] update documentation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Dec 4, 2024
1 parent 837f265 commit 47936cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/setup_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can get the full command documentation with:

.. code-block:: bash
./src/manage.py setup_configuration --help
python ./src/manage.py setup_configuration --help
.. warning:: This command is declarative - if configuration is manually changed after
running the command and you then run the exact same command again, the manual
Expand Down Expand Up @@ -57,7 +57,7 @@ is run afterwards.

.. code-block:: bash
./src/manage.py setup_configuration --yaml-file /path/to/config.yaml
python ./src/manage.py setup_configuration --yaml-file /path/to/config.yaml
.. note:: Due to a cache-bug in the underlying framework, you need to restart all
replicas for part of this change to take effect everywhere.

0 comments on commit 47936cb

Please sign in to comment.