Fix: 2022-12-14

This commit is contained in:
horsicq 2022-12-14 21:28:56 +01:00
commit 655e714232

View file

@ -3,14 +3,15 @@
* diel GUI lite version
# How to run portable version on Linux
How to run portable version on Linux
=======
* download an appImage file https://github.com/horsicq/DIE-engine/releases/download/0.05/Detect_It_Easy-0.05-x86_64.AppImage
* make the file executable (chmod +x Detect_It_Easy-0.05-x86_64.AppImage)
* run it (./Detect_It_Easy-0.05-x86_64.AppImage)
* download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.06/Detect_It_Easy-3.06-x86_64.AppImage
* make the file executable (chmod +x Detect_It_Easy-3.06-x86_64.AppImage)
* run it (./Detect_It_Easy-3.06-x86_64.AppImage)
# Run with Docker
Run with Docker
=======
You can also run DIE with [Docker](https://www.docker.com/community-edition)! Of course, this requires that you have git and Docker installed.