Merge pull request #283 from BJNFNE/die-310

sync Detect It Easy version for portable version
This commit is contained in:
DosX 2025-05-15 12:02:31 +03:00 committed by GitHub
commit 288c98e509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,18 +8,18 @@ die [FileName] or diec [FileName] or diel [FileName]
### Portable version on Linux
Download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.09/Detect_It_Easy-3.09-x86_64.AppImage
Download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.10/Detect_It_Easy-3.10-x86_64.AppImage
Make the file executable
```bash
chmod +x Detect_It_Easy-3.09-x86_64.AppImage
chmod +x Detect_It_Easy-3.10-x86_64.AppImage
```
Run it
```bash
./Detect_It_Easy-3.09-x86_64.AppImage
./Detect_It_Easy-3.10-x86_64.AppImage
```
### Run with Docker
@ -28,4 +28,4 @@ Here's how to use DIE with Docker:
```bash
docker/diec.sh [FileName]
```
```