From a609f771c8d7ed468e57374d359f232d4d8b10a4 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Tue, 11 Jun 2024 07:36:11 +0300 Subject: [PATCH] Fix the URL of an Example in 'README.md' File (#2063) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae90b7d7..dc8c4aea 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 24.06.07 with current release that you are interested in) +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`) ``` -irm "https://raw.githubusercontent.com/ChrisTitusTech/winutil/24.06.07/winutil.ps1" | iex +irm "https://github.com/ChrisTitusTech/winutil/releases/download/RELEASE_TAG/winutil.ps1" | iex ``` #### Automation