Fix build command for desktop

This commit is contained in:
Brandon Rose 2025-03-18 16:33:16 -07:00
parent 57c6336a8f
commit 9628e5de73

View file

@ -54,7 +54,7 @@ This script updates the "en-US" localization files, which are necessary for prop
Now that everything is set up, you can build the browser:
```bash
npm build
npm run build
```
This command compiles the source code and creates the necessary files for running Zen Browser.