From ca15e28710ec62d6658ed9d6a5cf04d923474501 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Tue, 29 Jun 2021 06:04:33 -0400 Subject: [PATCH] Fix tup build dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f459ada..40a6230d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ sudo npm install -g pnpm Build tup from source: ``` -$ sudo apt install build-essential pkg-config libfuse-dev +$ sudo apt install build-essential pkg-config fuse3 libfuse3-dev libpcre3-dev $ git clone git://github.com/gittup/tup.git $ cd tup $ ./bootstrap.sh