Add note about make clean for fuse build

This commit is contained in:
Brendon Boldt 2019-12-06 11:22:19 -05:00
parent 7beefecf44
commit 4e69c09f4b

View File

@ -50,7 +50,8 @@ On Fedora (32 or later needed for lbifuse >= 3.7):
Arch: Arch:
pacman -S fuse3 pacman -S fuse3
Then, make using the BCACHEFS_FUSE environment variable: Then, make using the BCACHEFS_FUSE environment variable (make clean first if
previously built without fuse support):
BCACHEFS_FUSE=1 make && make install BCACHEFS_FUSE=1 make && make install