From ec8c7e59ba978859c6b46c49f0f912d43278467e Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 11 Dec 2018 18:36:18 +0100
Subject: [PATCH] Basic documentation

---
 README.md | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cc3ee14..24d7074 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,24 @@
-# LakeDropsDrupalDev
+# LakeDropsDrupalDev - L3D
 
+## Setup
+
+### Install and update
+
+```
+docker pull registry.lakedrops.com/docker/l3d
+```
+
+### Start from the root of your project
+
+```
+docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -v ${HOME}/.traefik:/root/.traefik -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/l3d /usr/bin/fish
+```
+
+Instead of the shell `/usr/bin/shell` you could also use `/bin/sh` or `/bin/bash`.
+
+## Usage
+
+- Ahoy: shortcut `a`
+- Composer: shortcut `c`
+- Docker Composer: shortcut `d-c`
+- Drush: shortcut `d`
-- 
GitLab