Touchup apt to apt-get in README.md

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat 2017-08-28 07:30:58 -04:00
parent 6473eec86a
commit c678bef2bb

View file

@ -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
```