From 015c71683dcf738338d2712824a5d8bbe478918f Mon Sep 17 00:00:00 2001 From: dockertopia Date: Mon, 5 Sep 2022 13:40:30 +0100 Subject: [PATCH] Fixed typo --- compose/install/linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose/install/linux.md b/compose/install/linux.md index e875d71b8511..6573f3400cf0 100644 --- a/compose/install/linux.md +++ b/compose/install/linux.md @@ -32,7 +32,7 @@ If you have already set up the Docker repository, jump to step 2. [Ubuntu](../../engine/install/ubuntu.md/#set-up-the-repository) | [CentOS](../../engine/install/centos.md/#set-up-the-repository) | [Debian](../../engine/install/debian.md/#set-up-the-repository) | - [Fefora](../../engine/install/fedora.md/#set-up-the-repository) | + [Fedora](../../engine/install/fedora.md/#set-up-the-repository) | [RHEL](../../engine/install/rhel.md/#set-up-the-repository) | [SLES](../../engine/install/sles.md/#set-up-the-repository). @@ -62,6 +62,8 @@ Where `vN.N.N` is placeholder text standing in for the latest version. #### Update Compose +To update Compose, run the following commands: + * Ubuntu, Debian: ```console