From 847d89e8ff194c3488ddcf73d9734164e9395c43 Mon Sep 17 00:00:00 2001 From: Carvallegro Date: Tue, 9 Jan 2018 09:16:01 +1100 Subject: [PATCH] Removed `composer dump-autoload` from the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6889fe717..83315acf9 100644 --- a/README.md +++ b/README.md @@ -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