From 34048859d0eec317d4d80cf460453636bf441e5e Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Mon, 13 May 2024 17:36:09 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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'))" From 31f4bc4d5a8f3ca1b688da5cd8d4230403991f7b Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Mon, 13 May 2024 17:36:22 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c590f6b..c356cba 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ based on: * * -#Useage:# +# Useage: # -##FIRST## +## FIRST ## Run `winget search` ```ps1 From 07c52cd99ce6ded3e390911d0b518e0202e9cd64 Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Mon, 13 May 2024 17:36:57 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c356cba..3cb1682 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ based on: ## FIRST ## Run `winget search` +## Second ## + ```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'))" ``` + +You'll get 5 menu options. Use the ones that make sense. \ No newline at end of file