Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Maze Winther 2026-07-23 22:06:28 +02:00
commit df6c16413c
1 changed files with 14 additions and 0 deletions

View File

@ -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