Skip to content
Snippets Groups Projects

#3458182 update readme file re: drush subtheme command

Open Jen M requested to merge issue/bootstrap5-3458182:3458182-incorrect-drush-command into 4.0.x
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -44,7 +44,14 @@ Head to `Appearance` and clicking bootstrap5 `settings`.
#### Create a sub-theme using Drush
* `drush --include="web/themes/contrib/bootstrap5/src/Drush" bootstrap5:subtheme MACHINE_NAME --subtheme-name="SUBTHEME_NAME"`
* `drush --include="web/themes/contrib/bootstrap5/src/Drush" bootstrap5:generate-subtheme MACHINE_NAME --subtheme-name="SUBTHEME_NAME"`
Replace placeholder values before running, e.g.
MACHINE_NAME with my_subtheme
"SUBTHEME_NAME" with "My Subtheme"
* `drush --include="web/themes/contrib/bootstrap5/src/Drush" bootstrap5:generate-subtheme my_subtheme --subtheme-name="My Subtheme"`
#### Create a sub-theme manually
Loading