Touchup apt to apt-get in README.md
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
parent
6473eec86a
commit
c678bef2bb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue