diff options
| -rw-r--r-- | docs/Install-with-Docker.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index f82a564..14eae7a 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -37,7 +37,10 @@ docker-compose --version You should see a similar output: - +``` +Docker version 20.10.5, build 55c4c88 +docker-compose version 1.28.2, build 67630359 +``` **Note for Windows users**: you can use **git-bash** (the shell included in git) as a terminal. |
