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: