From ce25625929d12229b5bc9488b2cdcfcc01f7639c Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Mon, 8 Aug 2022 15:22:54 +0800 Subject: [PATCH] clearer documentation about Windows setup script --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1940cb05..c914f0127 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,7 @@ This project uses [Cargo](https://doc.rust-lang.org/cargo/getting-started/instal - This will install FFMPEG and any other required dependencies for Spacedrive to build. - For Windows users run using PowerShell: `.\.github\scripts\setup-system.ps1` - This will install pnpm, LLVM, FFMPEG and any other required dependencies for Spacedrive to build. + - Ensure you run it like documented above as it expects it is executed from the root of the repository. - `$ pnpm i` - `$ pnpm prep` - Runs all necessary codegen & builds required dependencies.