diff --git a/HOW_TO_BUILD.md b/HOW_TO_BUILD.md index 34c25a9b8..49b585a80 100644 --- a/HOW_TO_BUILD.md +++ b/HOW_TO_BUILD.md @@ -3,4 +3,5 @@ * Visual Studio IDE and open the `.sln` file * Visual Studio Code * `build-local.bat` if you want a quick bulid+test+package run locally -* `powershell -f build.ps1` - used by the above script and in CI \ No newline at end of file +* `powershell -f build.ps1` - used by the above script and in CI +* On Linux or Mac, just run the ./build.sh bash script