Skip to content

Commit 17df429

Browse files
authored
sync Detect It Easy version for portable version
1 parent 86816cf commit 17df429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/RUN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ die [FileName] or diec [FileName] or diel [FileName]
88

99
### Portable version on Linux
1010

11-
Download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.09/Detect_It_Easy-3.09-x86_64.AppImage
11+
Download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.10/Detect_It_Easy-3.09-x86_64.AppImage
1212

1313
Make the file executable
1414

1515
```bash
16-
chmod +x Detect_It_Easy-3.09-x86_64.AppImage
16+
chmod +x Detect_It_Easy-3.10-x86_64.AppImage
1717
```
1818

1919
Run it
2020

2121
```bash
22-
./Detect_It_Easy-3.09-x86_64.AppImage
22+
./Detect_It_Easy-3.10-x86_64.AppImage
2323
```
2424

2525
### Run with Docker
@@ -28,4 +28,4 @@ Here's how to use DIE with Docker:
2828

2929
```bash
3030
docker/diec.sh [FileName]
31-
```
31+
```

0 commit comments

Comments
 (0)