diff --git a/README.md b/README.md index 0a7482b9..d82cb8b5 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ Install the frontend dependencies: pnpm install ``` +#### Windows + +The build process on Windows requires CMake, Clang and NASM installed. + +```powershell +choco install cmake llvm nasm +``` + ### Starting the app You can run the app with: