diff --git a/README.md b/README.md index cae1240..09557e3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ When your worker configuration or your code changes, run the command again and a Install [supervisor](http://supervisord.org/). e. g. on debian based distributions via `apt-get`: ```sh -$ apt-get install supervisor +# apt-get install supervisor ``` Add bundle via composer @@ -27,9 +27,8 @@ $ php composer require phobetor/rabbitmq-supervisor-bundle ``` This will install the bundle to your project’s `vendor` directory. -Add the bundle to your project’s `AppKernel`: +If your are not using Symfony Flex, also add the bundle to your project’s `AppKernel`: ```php -