7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-18 05:12:21 +00:00

Fix dev command to update assets in docs

This commit is contained in:
Régis Behmo 2021-01-19 11:37:13 +01:00
parent b648e413e6
commit 75080cc7db

View File

@ -54,7 +54,7 @@ You can then import edx-platform and django modules and execute python code.
To collect assets, you can use the ``openedx-assets`` command that ships with Tutor::
tutor dev run lms openedx-assets --env=dev
tutor dev run lms openedx-assets build --env=dev
.. _bind_mounts: