diff --git a/docs/i_u_m_install.md b/docs/i_u_m_install.md index b4166bde9..a9d895ff5 100644 --- a/docs/i_u_m_install.md +++ b/docs/i_u_m_install.md @@ -18,8 +18,7 @@ systemctl start docker.service ``` - Docker-Compose -**Use the latest docker-compose available** if you don't want to run the commands below. -Do **not** use deprecated versions that come with your distro. +**Use the latest docker-compose available**. Do **not** use deprecated versions that come with your distro. Either be sure to get the latest on your own, or use the command below which should do the same. ``` curl -L https://github.com/docker/compose/releases/download/$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose