diff --git a/README.md b/README.md index 8a4c70399..6ab1f210f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You don't need to have a PHP environment with composer installed. `docker compose exec php vendor/bin/pimcore-install` * When asked for admin user and password: Choose freely * This can take a while, up to 20 minutes - * If you select to install the SimpleBackendSearchBundle please make sure to add the `pimcore_search_backend_message` to your `.docker/supervisord.conf` file. + * If you select to install the SimpleBackendSearchBundle please make sure to add the `pimcore_search_backend_message` to your `.docker/supervisord.conf` file inside value for 'command' like `pimcore_maintenance` already is. 5. Run codeception tests: * `docker compose run --user=root --rm test-php chown -R $(id -u):$(id -g) var/ public/var/`