Add necessary step for building

The browser would fails to launch properly without invoking
this command, which I only discovered in a closed issue #960
This commit is contained in:
Karim Elsayad
2024-09-29 12:47:15 +03:00
parent e722fc6cca
commit 469260905c

View File

@@ -56,7 +56,7 @@ winget install --id Zen-Team.Zen-Browser
winget install --id Zen-Team.Zen-Browser.Optimized
```
####
####
### macOS
@@ -111,6 +111,11 @@ Download and bootstrap the browser
npm run init
```
Copy a language pack
```
sh scripts/update-en-US-packs.sh
```
Start building the browser
```