docs: add better qs docs
This commit is contained in:
parent
38ad462e4e
commit
683a71762a
1 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,13 @@
|
||||||
|
|
||||||
## quickstart script
|
## quickstart script
|
||||||
|
|
||||||
```
|
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
|
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; irm "https://forge.joshwel.co/mark/common/raw/branch/main/repoquickset.ps1" | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue