From 7fa8a912487290a9b258bed2a1fe74fbec4c80ea Mon Sep 17 00:00:00 2001 From: Raphael Cerveaux Date: Wed, 6 Jun 2018 12:41:58 +0200 Subject: [PATCH] Installation instructions --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e7a5fa..c4682a4 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,24 @@ Rise and shine, 9 AM and your hand can't make it to the alarm clock before the v You have to get into the class **before** 10 AM. Welcome to the grind. -

+

+ +

-## Installation +## Installation (manual) ~~~ $ git clone https://github.com/SundownDEV/Am-I-late $ cd Am-I-late/ -$ composer install && npm install +$ make install +~~~ + +## Installation (docker) + +~~~ +$ git clone https://github.com/SundownDEV/Am-I-late +$ cd Am-I-late/ +$ docker-compose up ~~~ ## Usage @@ -44,4 +54,4 @@ Load test data fixtures ~~~ php bin/console doctrine:fixture:load -~~~ \ No newline at end of file +~~~