Merge pull request #798 from TomSweeneyRedHat/dev/tsweeney/docfix2
Touchup apt to apt-get in README.md
This commit is contained in:
commit
3473e8afed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue