From ca4aeada085d5023f4c12a4dbb1307ce65cb0dc1 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Thu, 3 Nov 2016 09:50:10 -0400 Subject: [PATCH] add missing step to the docs --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df8bc98..85f97e85 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,13 @@ git clone https://github.com/LaraDock/laradock.git ``` Do the same for each project `project2.conf`, `project3.conf`,... -6 - Create your project Databases **To Be Continue..** +6 - Add the domains to the **hosts** files. + +``` +127.0.0.1 project1.dev +``` + +7 - Create your project Databases. Right now you have to do it manually by entering your DB container, until we automate it soon.