diff --git a/README.md b/README.md index 3cb1682..eb9cbbf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Win_Setup # +# README # + +## About "Project" ## Little PowerShell script that installs most of the windows programs I use @@ -8,15 +10,16 @@ based on: * * -# Useage: # +## Usage ## + +### FIRST ### -## FIRST ## Run `winget search` -## Second ## +### 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 +You'll get 5 menu options. Use the ones that make sense.