From 6cf16c4849a878d78c1f6192de22d8cd46904970 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Wed, 21 Nov 2018 20:57:57 -0500 Subject: [PATCH] docs: add instructions for Ubuntu 18.10 As described in https://github.com/Zygo/bees/issues/88 Signed-off-by: Zygo Blaxell --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index 3f75057..7958e2c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -74,6 +74,9 @@ within a temporary runtime directory. ### Ubuntu 16.04 - 17.04: `$ apt -y install build-essential btrfs-tools uuid-dev markdown && make` +### Ubuntu 18.10: +`$ apt -y install build-essential btrfs-progs libbtrfs-dev uuid-dev markdown && make` + ### Ubuntu 14.04: You can try to carry on the work done here: