docs: add Windows proto install instructions
Co-authored-by: Maze <mazeincoding@users.noreply.github.com>
This commit is contained in:
parent
0b5310a17b
commit
179dd7dded
14
README.md
14
README.md
|
|
@ -31,10 +31,24 @@ You can still find the previous version at [opencut-app/opencut-classic](https:/
|
|||
|
||||
Install [proto](https://moonrepo.dev/proto) if you haven't already:
|
||||
|
||||
**Linux, macOS, WSL:**
|
||||
|
||||
```sh
|
||||
bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)
|
||||
```
|
||||
|
||||
**Windows (PowerShell):**
|
||||
|
||||
```powershell
|
||||
irm https://moonrepo.dev/install/proto.ps1 | iex
|
||||
```
|
||||
|
||||
If shims fail to run, allow local scripts for your user:
|
||||
|
||||
```powershell
|
||||
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
|
||||
```
|
||||
|
||||
From the repo root:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue