Merge pull request #798 from TomSweeneyRedHat/dev/tsweeney/docfix2

Touchup apt to apt-get in README.md
This commit is contained in:
Daniel J Walsh 2017-08-28 09:38:57 -04:00 committed by GitHub
commit 3473e8afed

View file

@ -110,7 +110,7 @@ yum install -y \
Debian, Ubuntu, and related distributions: Debian, Ubuntu, and related distributions:
```bash ```bash
apt install -y \ apt-get install -y \
btrfs-tools \ btrfs-tools \
libassuan-dev \ libassuan-dev \
libdevmapper-dev \ libdevmapper-dev \
@ -137,7 +137,7 @@ Fedora, CentOS, RHEL, and related distributions:
Debian, Ubuntu, and related distributions: Debian, Ubuntu, and related distributions:
```bash ```bash
apt install -y \ apt-get install -y \
libapparmor-dev libapparmor-dev
``` ```