Removed composer dump-autoload from the README

This commit is contained in:
Carvallegro 2018-01-09 09:16:01 +11:00
parent a7dc653a29
commit 847d89e8ff

View File

@ -34,7 +34,7 @@ It is possible to containerise Akaunting using the [`docker-compose`](docker/doc
```
# Make sure you the dependencies are installed
composer install && composer dump-autoload
composer install
# Build the app
docker-compose -f docker/docker-compose.build.yaml build