docs: add better qs docs
This commit is contained in:
parent
38ad462e4e
commit
683a71762a
12
README.md
12
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue