Re-wording of dependencies check paragraph

This commit is contained in:
Christian Mäder 2019-11-26 12:28:43 +01:00
parent 788804627e
commit 8a92640d10

View File

@ -55,7 +55,7 @@ This project relies only on *Docker* and *docker-compose* meeting these requirem
* The *Docker version* must be at least `17.05`.
* The *docker-compose version* must be at least `1.17.0`.
To check the version installed on your system, compare the output of `docker --version` and `docker-compose --version` with the requirements above.
To check the version installed on your system run `docker --version` and `docker-compose --version`.
## Reference Documentation