From a3039567d3c2fe63c4b13c908c072aeb3a82ed00 Mon Sep 17 00:00:00 2001 From: JacobDev1 Date: Tue, 21 Nov 2023 23:45:22 +0100 Subject: [PATCH] Add notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 834e40a..fe97d59 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,8 @@ make build ``` Extra building modes: -- `make build-7z` - package to a 7z file (with an installer) -- `make build-appimage` - package as an AppImage +- `make build-7z` - package to a 7z file (with an installer) (requires `p7zip-full`) +- `make build-appimage` - package as an AppImage (requires `fuse`) ### Troubleshooting Build Issues