From d85fd0ea276f7267b1ebf8c54509334269e41a3a Mon Sep 17 00:00:00 2001 From: Sudharshan Date: Tue, 12 Feb 2019 09:05:18 +0000 Subject: [PATCH] Updating README to include submodule use instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33a93c1..e47c794 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,7 @@ Beep backend Requires [docker-compose](https://docs.docker.com/compose/). ``` +git clone git@makerforce.io:beep/backend.git +git submodule update --init --recursive docker-compose up --build ```