add make to AppImage build instructions

This commit is contained in:
Benjamin Funke 2026-03-15 09:28:29 +01:00
commit 33c7523e3b

View file

@ -365,6 +365,9 @@ cd DIE-engine
#### Build
```bash
chmod a+x configure
./configure
make
chmod a+x create_appimage.sh
./create_appimage.sh
```