From 2c5707e18f5d56a65249213e8acccfb5c2f02184 Mon Sep 17 00:00:00 2001 From: Real-MullaC Date: Fri, 28 Jun 2024 15:53:52 +0100 Subject: [PATCH] Update README.md so it gives people latest release. (#2177) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0716fdcd..e733e80a 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ or by executing: iwr -useb https://christitus.com/win | iex ``` -if for some reason this site is not reachable from your country please try running it directly from github (replace `RELEASE_TAG` with current release that you are interested in, for example `v2024.06.05`) +if for some reason this site is not reachable from your country please try running it directly from github. ``` -irm "https://github.com/ChrisTitusTech/winutil/releases/download/RELEASE_TAG/winutil.ps1" | iex +irm "https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1" | iex ``` #### Automation