docs: add better qs docs

This commit is contained in:
Mark Joshwel 2024-07-02 05:47:13 +08:00
parent 38ad462e4e
commit 683a71762a

View file

@ -2,9 +2,15 @@
## quickstart script ## quickstart script
``` 1. make a folder or navigate to a folder where you want the repo to be in
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; irm "https://forge.joshwel.co/mark/common/raw/branch/main/repoquickset.ps1" | iex
``` 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 ## file placements