From c678bef2bb6251ce4b6a2330fcd730f1b8e21dc0 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Mon, 28 Aug 2017 07:30:58 -0400 Subject: [PATCH] Touchup apt to apt-get in README.md Signed-off-by: TomSweeneyRedHat --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd962141..2153d2b1 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ yum install -y \ Debian, Ubuntu, and related distributions: ```bash -apt install -y \ +apt-get install -y \ btrfs-tools \ libassuan-dev \ libdevmapper-dev \ @@ -137,7 +137,7 @@ Fedora, CentOS, RHEL, and related distributions: Debian, Ubuntu, and related distributions: ```bash -apt install -y \ +apt-get install -y \ libapparmor-dev ```