From 23571eac6f773b06a345149710d983e3932f0245 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Wed, 3 Jan 2024 09:55:21 -0400 Subject: [PATCH] docs: consistency in commands and the need for themes root --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58229d..b371060 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ pip install git+https://github.com/eduNEXT/tutor-contrib-edunext-distro@v15.2.0 tutor plugins enable distro # Validator commands for config file -tutor distro syntax_validator +tutor distro syntax-validator tutor distro repository-validator # Enabler commands tutor distro enable-themes -tutor distro enable_private_packages +tutor distro enable-private-packages ``` ### Documentation @@ -146,6 +146,16 @@ DISTRO_THEMES_NAME: - bragi ``` +Set themes root (which is where the theme will be installed): + +When you set the ``DISTRO_THEMES_ROOT``, the theme will be in your ``/env/build``. + +```yaml +DISTRO_THEMES_ROOT: /openedx/themes +``` + +In the previous example, the theme will be in ``env/build/openedx/themes`` when you execute the ``enable-themes`` command. + Run the command to clone the themes: ```bash