From 05267d8a37d56c6ec94ccac5c47106b9966dd71b Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 13 Jul 2024 11:07:37 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea31f212..4bbe81a0 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,18 @@ Winutil must be run in Admin mode because it performs system-wide tweaks. To ach ### Launch Command -#### Simple way +#### Stable Branch ```ps1 irm "https://christitus.com/win" | iex ``` -Courtesy of the issue: [#144](/../../issues/144) +#### Dev Branch -If this site is not reachable from your country, please try running it directly from GitHub. ```ps1 -irm "https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1" | iex +irm "https://christitus.com/windev" | iex ``` -If you still have Issues, refer to [Known Issues](./docs/KnownIssues.md). +If you have Issues, refer to [Known Issues](./docs/KnownIssues.md). ## 🎓 Tutorial