We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86816cf commit 17df429Copy full SHA for 17df429
docs/RUN.md
@@ -8,18 +8,18 @@ die [FileName] or diec [FileName] or diel [FileName]
8
9
### Portable version on Linux
10
11
-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.09-x86_64.AppImage
12
13
Make the file executable
14
15
```bash
16
-chmod +x Detect_It_Easy-3.09-x86_64.AppImage
+chmod +x Detect_It_Easy-3.10-x86_64.AppImage
17
```
18
19
Run it
20
21
22
-./Detect_It_Easy-3.09-x86_64.AppImage
+./Detect_It_Easy-3.10-x86_64.AppImage
23
24
25
### Run with Docker
@@ -28,4 +28,4 @@ Here's how to use DIE with Docker:
28
29
30
docker/diec.sh [FileName]
31
-```
+```
0 commit comments