diff --git a/LOCAL_DEVELOPMENT.md b/LOCAL_DEVELOPMENT.md index 165511b..92a3aaa 100644 --- a/LOCAL_DEVELOPMENT.md +++ b/LOCAL_DEVELOPMENT.md @@ -26,6 +26,11 @@ Use the following commands to set up the project: ```shell sh dock init +``` + +Update the Composer dependencies: + +```shell sh dock composer update ```