mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 17:14:45 -05:00
Adds all files for winutil docs (#2342)
* 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
This commit is contained in:
12
docs/index.md
Normal file
12
docs/index.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Welcome to Chris Titus WinUtil Official Documentation!
|
||||
|
||||
[](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.
|
Reference in New Issue
Block a user