From 7b464783fef46a81ac8f6b417e4455c410966856 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 12 Dec 2020 21:59:48 +0100 Subject: [PATCH] Add `fuse3` dependency, otherwise FUSE driver can't mount images --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae087a07..43649590 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ A good starting point for apt-based systems is probably: bison \ flex \ ronn \ + fuse3 \ pkg-config \ binutils-dev \ libboost-context-dev \