diff --git a/README.md b/README.md index 22f2799..c5b8ea0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ ## quickstart script -``` -Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; irm "https://forge.joshwel.co/mark/common/raw/branch/main/repoquickset.ps1" | iex -``` +1. make a folder or navigate to a folder where you want the repo to be in + +2. right click on the folder and open PowerShell or `Open in Terminal` + +3. run the following: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; irm "https://forge.joshwel.co/mark/common/raw/branch/main/repoquickset.ps1" | iex + ``` ## file placements