clearer documentation about Windows setup script

This commit is contained in:
Oscar Beaumont
2022-08-08 15:22:54 +08:00
parent 90eba053f4
commit ce25625929

View File

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