From 81a0bc2c720f6de91fe0fb938bac958396b52f4a Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 4 Nov 2021 12:46:58 +0100 Subject: [PATCH] Add create-project documentation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0453850..d8aeffb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,17 @@ It will be moved into this repository in the near future. * Copy the "api-starter-bundle" repo and rename everything * Add the new bundle to your API fork +## Installation + +```bash +# install relay-server-template to path "relay-api" (you need php and composer for this) +composer create-project dbp/relay-server-template relay-api "dev-main" +cd relay-api + +# install dependencies +composer install +``` + ## Development ```bash -- GitLab