Merge pull request #4091 from SaiHarshaK/update-install-steps

Update btrfs dependencies in docs
This commit is contained in:
Phil Estes 2020-03-09 12:42:23 -04:00 committed by GitHub
commit 3a0a52ab95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ need to satisfy this dependencies in your system:
* CentOS/Fedora: `yum install btrfs-progs-devel` * CentOS/Fedora: `yum install btrfs-progs-devel`
* Debian/Ubuntu: `apt-get install btrfs-tools` * Debian/Ubuntu: `apt-get install btrfs-tools`
* Debian Buster/Ubuntu 19.10:
`apt-get install btrfs-progs libbtrfs-dev`
If you're building with seccomp, you'll need to install it with the following: If you're building with seccomp, you'll need to install it with the following: