From 179dd7dded9de6230caf25516851a016a239f191 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 23 Jul 2026 19:08:51 +0000 Subject: [PATCH] docs: add Windows proto install instructions Co-authored-by: Maze --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 08cef45a..2c715d8e 100644 --- a/README.md +++ b/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