From 84bf55860a81edd8832b4215f4cae89c30afe76d Mon Sep 17 00:00:00 2001 From: africlouds Date: Wed, 10 Jun 2020 09:28:38 +0200 Subject: [PATCH] Updated Docs for multi bench --- development/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/development/README.md b/development/README.md index ccad94a5..778ee82b 100644 --- a/development/README.md +++ b/development/README.md @@ -243,7 +243,10 @@ EXIT; ## Manually start containers In case you don't use VSCode, you may start the containers manually with the following command: - +```shell +cd .devcontainer +docker-compose build +``` ```shell docker-compose -f .devcontainer/docker-compose.yml up -d ```