Fix: 2022-07-19

This commit is contained in:
horsicq 2022-07-19 18:53:02 +02:00
commit 30c32551e5
2 changed files with 122 additions and 16 deletions

View file

@ -6,9 +6,9 @@
How to run portable version on Linux
=======
* download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.05/Detect_It_Easy-3.05-x86_64.AppImage
* make the file executable (chmod +x Detect_It_Easy-3.05-x86_64.AppImage)
* run it (./Detect_It_Easy-3.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
=======