From 924dd5379c75d3e5ea8a5a9f2847971786a8a628 Mon Sep 17 00:00:00 2001 From: lstprjct <88411318+lstprjct@users.noreply.github.com> Date: Mon, 22 Aug 2022 23:41:52 +0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8335c21..2c15317 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,18 @@ _________________________________ ### OS requirement: _________________________________ -##How to use it? +## How to use it? -###PowerShell +### PowerShell On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal. + Copy-paste the below code and press enter + iwr -useb https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS.ps1 | iex + You will see the activation options, and follow onscreen instructions. + That's all. _________________________________