We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13917b0 commit 454e540Copy full SHA for 454e540
1 file changed
BUILDING.md
@@ -41,9 +41,8 @@ $ sudo unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
41
need to satisfy these dependencies in your system:
42
43
* CentOS/Fedora: `yum install btrfs-progs-devel`
44
-* Debian/Ubuntu: `apt-get install btrfs-tools`
45
- * Debian Buster/Ubuntu 19.10/ Ubuntu 20.04:
46
- `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`
47
48
At this point you are ready to build `containerd` yourself!
49
0 commit comments