Skip to content

Commit

Permalink
Attempt to simplify the launch command (ChrisTitusTech#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
meenbeese committed Jun 28, 2024
1 parent e4d0e16 commit d4dc9ae
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@ Winutil must be run in Admin mode because it performs system-wide tweaks. To ach

#### Simple way

```ps1
irm "https://christitus.com/win" | iex
```
irm https://christitus.com/win | iex
```
Courtesy of the issue raised at: [#144](/../../issues/144)
Courtesy of the issue: [#144](/../../issues/144)

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.
```
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
```

Expand Down

0 comments on commit d4dc9ae

Please sign in to comment.