Typo's Formatting, etc.

This commit is contained in:
TheFlyingFool 2024-05-13 17:54:17 -05:00
parent dbf1dfa6fc
commit 9f9ade13b4

View File

@ -1,4 +1,6 @@
# Win_Setup # # README #
## About "Project" ##
Little PowerShell script that installs most of the windows programs I use Little PowerShell script that installs most of the windows programs I use
@ -8,12 +10,13 @@ based on:
* <https://gist.github.com/Codebytes/29bf18015f6e93fca9421df73c6e512c> * <https://gist.github.com/Codebytes/29bf18015f6e93fca9421df73c6e512c>
* <https://gist.github.com/crutkas/6c2096eae387e544bd05cde246f23901> * <https://gist.github.com/crutkas/6c2096eae387e544bd05cde246f23901>
# Useage: # ## Usage ##
### FIRST ###
## FIRST ##
Run `winget search` Run `winget search`
## Second ## ### Second ###
```ps1 ```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'))" PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://git.theflyingfool.com/theflyingfool/Win_Setup/raw/branch/main/setup.ps1'))"