Fix: 2023-01-09

This commit is contained in:
horsicq 2023-01-09 02:18:25 +01:00
commit 6ea112d3a9
2 changed files with 29 additions and 3 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.07/Detect_It_Easy-3.07-x86_64.AppImage
* make the file executable (chmod +x Detect_It_Easy-3.07-x86_64.AppImage)
* run it (./Detect_It_Easy-3.07-x86_64.AppImage)
* download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.08/Detect_It_Easy-3.08-x86_64.AppImage
* make the file executable (chmod +x Detect_It_Easy-3.08-x86_64.AppImage)
* run it (./Detect_It_Easy-3.08-x86_64.AppImage)
Run with Docker
=======