summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Install-with-Docker.md5
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:
-![image](https://user-images.githubusercontent.com/75517/51273280-a132e200-19cc-11e9-914e-d54610f43ad6.png)
+```
+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.