From b9c41c2fa06e804141e288073ee3cf2a2d81325e Mon Sep 17 00:00:00 2001 From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at> Date: Thu, 28 Oct 2021 09:18:48 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 623a9f1..0453850 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ git clone https://gitlab.tugraz.at/dbp/relay/dbp-relay-server-template.git relay cd relay-api # install dependencies (you need php and composer for this) +# you can also do this in the dev docker container (see below docker-dev link) composer install ``` -- GitLab