From 01e66b88aecf940a3bf3efa27e99ba34f18021fe Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 1 Sep 2022 20:06:59 +0200 Subject: [PATCH] Corrected typo for compose plugin install --- docs/i_u_m/i_u_m_install.de.md | 4 ++-- docs/i_u_m/i_u_m_install.en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/i_u_m/i_u_m_install.de.md b/docs/i_u_m/i_u_m_install.de.md index cfecaa1b1..77e74e24c 100644 --- a/docs/i_u_m/i_u_m_install.de.md +++ b/docs/i_u_m/i_u_m_install.de.md @@ -30,13 +30,13 @@ Bitte verwenden Sie die neueste verfügbare Docker-Engine und nicht die Engine, Auf Debian/Ubuntu Systemen: ``` apt update -apt install docker compose-plugin +apt install docker-compose-plugin ``` Auf Centos 7 Systemen: ``` yum update -yum install docker compose-plugin +yum install docker-compose-plugin ``` !!! danger "Achtung" diff --git a/docs/i_u_m/i_u_m_install.en.md b/docs/i_u_m/i_u_m_install.en.md index 95139b76a..3fe694fa8 100644 --- a/docs/i_u_m/i_u_m_install.en.md +++ b/docs/i_u_m/i_u_m_install.en.md @@ -27,13 +27,13 @@ systemctl enable --now docker On Debian/Ubuntu systems: ``` apt update -apt install docker compose-plugin +apt install docker-compose-plugin ``` On Centos 7 systems: ``` yum update -yum install docker compose-plugin +yum install docker-compose-plugin ``` !!! danger