From 454e5403307246d82576016472a1744c0db828d4 Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Mon, 21 Dec 2020 00:08:12 +0800 Subject: [PATCH] docs: Tweak installing btrfs dependency on Debian/Ubuntu Signed-off-by: Shengjing Zhu --- BUILDING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 6d6825ccd..4d2d504e1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -41,9 +41,8 @@ $ sudo unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local need to satisfy these dependencies in your system: * CentOS/Fedora: `yum install btrfs-progs-devel` -* Debian/Ubuntu: `apt-get install btrfs-tools` - * Debian Buster/Ubuntu 19.10/ Ubuntu 20.04: - `apt-get install btrfs-progs libbtrfs-dev` +* Debian/Ubuntu: `apt-get install btrfs-progs libbtrfs-dev` + * Debian(before Buster)/Ubuntu(before 19.10): `apt-get install btrfs-tools` At this point you are ready to build `containerd` yourself!