mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
2844b0df54
* Adds all files for winutil docs * Adds and changes content * Adds more content * Added even more content to the docs * Create screen-install.png * Adds KnownIssues File * Delete createchangelog.yml * Fixes spelling
12 lines
749 B
Markdown
12 lines
749 B
Markdown
# Welcome to Chris Titus WinUtil Official Documentation!
|
|
|
|
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/RUbZUZyByQ)](https://discord.gg/RUbZUZyByQ)
|
|
|
|
## Running
|
|
|
|
There are 4 ways to run WinUtil. The 4 ways goes as follows:
|
|
|
|
* `irm christitus.com/win | iex` - Runs WinUtil from ChrisTitus's website using the latest Full Releases.
|
|
* `irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1 | iex` - Runs WinUtil from github using the latest Full Release.
|
|
* `irm christitus.com/windev | iex` - Runs WinUtil from ChrisTitus website using the latest Pre-Release.
|
|
* `irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/windev.ps1 | iex` - Runs WinUtil from github using the latest Pre-Release. |