diff --git a/README.md b/README.md index ecb04a5..c590f6b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Win_Setup +# Win_Setup # Little PowerShell script that installs most of the windows programs I use @@ -8,7 +8,10 @@ based on: * * -Run with: +#Useage:# + +##FIRST## +Run `winget search` ```ps1 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://git.theflyingfool.com/theflyingfool/Win_Setup/raw/branch/main/setup.ps1'))"