From 5f62e9c42ed8b26c66640ed8b4400fb13c598da0 Mon Sep 17 00:00:00 2001 From: Benjamin Funke <58399929+BJNFNE@users.noreply.github.com> Date: Mon, 12 May 2025 07:44:00 +0200 Subject: [PATCH] sync Detect It Easy version for portable version fixed my 3.09 > 3.10 typo --- docs/RUN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/RUN.md b/docs/RUN.md index 5d543bb02..b7c90668b 100755 --- a/docs/RUN.md +++ b/docs/RUN.md @@ -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] -``` \ No newline at end of file +```