mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
31 lines
553 B
Markdown
Executable file
31 lines
553 B
Markdown
Executable file
# Instructions to run Detect It Easy
|
|
|
|
### Linux Package/Build
|
|
|
|
```bash
|
|
die [FileName] or diec [FileName] or diel [FileName]
|
|
```
|
|
|
|
### Portable version on Linux
|
|
|
|
Download an appImage file https://github.com/horsicq/DIE-engine/releases/download/Beta/Detect_It_Easy-3.22-x86_64.AppImage
|
|
|
|
Make the file executable
|
|
|
|
```bash
|
|
chmod +x Detect_It_Easy-3.22-x86_64.AppImage
|
|
```
|
|
|
|
Run it
|
|
|
|
```bash
|
|
./Detect_It_Easy-3.22-x86_64.AppImage
|
|
```
|
|
|
|
### Run with Docker
|
|
|
|
Here's how to use DIE with Docker:
|
|
|
|
```bash
|
|
docker/diec.sh [FileName]
|
|
```
|