1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-05 07:06:14 +02:00

fix readme for missing pkg

This commit is contained in:
yukang 2021-08-26 13:32:04 +00:00
parent bc69788d79
commit 29fb64aca9

View File

@ -64,10 +64,8 @@ For other platforms, please use [Vagrantfile](#setting-up-vagrant) that we prepa
### Debian, Ubuntu and related distributions
```sh
$ sudo apt-get install \
pkg-config \
libsystemd-dev \
libdbus-glib-1-dev
$ sudo apt-get install pkg-config build-essential libsystemd-dev \
libdbus-glib-1-dev
```
### Fedora, Centos, RHEL and related distributions