2
0
Fork 0

Updating README to include submodule use instructions

pull/6/head
Sudharshan S. 2019-02-12 09:05:18 +00:00
parent 8659267df5
commit d85fd0ea27
1 changed files with 2 additions and 0 deletions

View File

@ -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
```