From e10f19f952338b99b20391ef13720d05d0bccf16 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Tue, 26 Apr 2022 16:27:22 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sebastiaan van Stijn Signed-off-by: Guillaume Lours --- compose/install.md | 26 ++++++++++++++------------ engine/install/centos.md | 2 +- engine/install/debian.md | 2 +- engine/install/fedora.md | 3 +-- engine/install/rhel.md | 3 +-- engine/install/sles.md | 3 +-- engine/install/ubuntu.md | 2 +- 7 files changed, 20 insertions(+), 21 deletions(-) diff --git a/compose/install.md b/compose/install.md index 35973554ea..4fc25e40cc 100644 --- a/compose/install.md +++ b/compose/install.md @@ -31,8 +31,7 @@ Linux systems. ## Install Compose -Follow the instructions below to install Compose on Mac, Windows, Windows Server -2016, or Linux systems. +Follow the instructions below to install Compose on Mac, Windows, Windows Server, or Linux systems. > Install a different version > @@ -42,6 +41,8 @@ Follow the instructions below to install Compose on Mac, Windows, Windows Server > > Compose releases are also listed and available for direct download on the > [Compose repository release page on GitHub](https://github.com/docker/compose/releases){:target="_blank" rel="noopener" class="_"}. +> +> To install the Python version of Compose, follow instructions in the [Compose v1 GitHub branch](https://github.com/docker/compose/blob/master/INSTALL.md){: target="_blank" rel="noopener" class="_"}.