From 4b5d1e1b8e18b73a12c45eb8cf033fea2c9e1231 Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 19 Sep 2020 03:05:08 -0700 Subject: [PATCH] Update i_u_m_install.md Clarifies getting latest docker compose. --- docs/i_u_m_install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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