diff --git a/docs/drupal/index.md b/docs/drupal/index.md
index f76f7f5a7b5e772525164e5ededa7b5422e9b716..3ac9292956f3437c3f8cd97049d06dc29d7308ce 100644
--- a/docs/drupal/index.md
+++ b/docs/drupal/index.md
@@ -65,6 +65,7 @@ cd /var/www/d9.example.org
 composer config extra.enable-patching true
 composer config minimum-stability dev
 composer require civicrm/civicrm-{core,packages,drupal-8}:'~5.42'
+composer civicrm:publish
 ```
 
 You should adjust the example path (`/var/www/d9.example.org`) and the example version (`~5.42`) as needed.