update doc

This commit is contained in:
einhornimmond 2021-02-23 14:10:59 +01:00
parent 1979b90e65
commit 2b56fe6ea8

View File

@ -15,8 +15,10 @@ Currently we only support `docker` as environment to run all services, since man
- [docker](https://www.docker.com/)
## How to run?
`git submodule update --recursive --init`
`docker-compose up`
```bash
git submodule update --recursive --init
docker-compose up
```
## Useful Links