From 80f934f9a169fca76aabfca8aebe3edd027ff4d9 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 17 May 2022 09:34:53 -0500 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee07b65..85031cc5 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# winutil \ No newline at end of file +# Chris Titus Tech Windows Utility + +Launch Command: + +``` +iwr -useb https://christitus.com/win | iex +``` + +## Issues + +If you have any issues with the script please submit them to Issues tab here on GitHub and fill out the template so I can fix any bugs or make feature requests. + +## Contribute Code + +For pull requests, be sure and document ALL changes. If you add something to the tweaks section the undo MUST also be applied to remove the new tweaks. Any tweak not following this format will be denied. Any code not well documented will be denied.