diff --git a/README.md b/README.md
index 59fdb7ad5f2bc890ec6d21e77a802e88ebd604f0..b5c284e57ea132124dc23a1eb3c3f21433067d9f 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,12 @@ git clone YOUR-GIT-REPOSITORY .
 composer install
 ```
 
+Optionally you can also create all the scaffolds by using
+
+```
+composer drupal-scaffold
+```
+
 For later update:
 
 ```