chore: Updated building.md

This commit is contained in:
Jafeth Garro 2024-08-25 16:20:07 -06:00
parent fdac5ffa92
commit ac5039a836
5 changed files with 23 additions and 13 deletions

View file

@ -38,7 +38,7 @@
"contribute": "🌟",
"assets": "LiImagePlus",
"benchmarks.md": "📊",
"building-zen-browser.md": "📦",
"faq.md": "❓",
"index.md": "LiIndent"
"index.md": "LiIndent",
"building.md": "📦"
}

View file

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "index.md",
"file": "building.md",
"mode": "source",
"source": true
}
@ -85,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"file": "building.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"file": "building.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -125,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "index.md"
"file": "building.md"
}
}
}
@ -146,10 +146,11 @@
"command-palette:Open command palette": false
}
},
"active": "5cbcc37181f7dca9",
"active": "fe7bf5045f52d84c",
"lastOpenFiles": [
"index.md",
"faq.md",
"building-zen-browser.md",
"building.md",
"benchmarks.md",
"contribute/index.md",
"guides/index.md",
@ -161,7 +162,6 @@
"contribute/docs.md",
"contribute/CONTRIBUTING.md",
"guides/live-editing.md",
"index.md",
"themes-store/themes-marketplace.md",
"themes-store/themes-marketplace-preferences.md",
"themes-store/themes-marketplace-submission-guidelines.md",

View file

@ -35,7 +35,17 @@ npm run init
This command handles all the necessary bootstrapping tasks, such as setting up configuration files and downloading essential resources.
## Step 4: Build the Browser
## Step 4: Update Language Packs
Before building the browser, its recommended to update the American English language packs to ensure that all localization files are up-to-date:
```bash
sh ./scripts/update-en-US-packs.sh
```
This script updates the "en-US" localization files, which are necessary for proper language support in Zen Browser. Running this step ensures that your build includes the latest translations and language resources.
## Step 5: Build the Browser
Now that everything is set up, you can build the browser:
@ -45,7 +55,7 @@ npm run build
This command compiles the source code and creates the necessary files for running Zen Browser.
## Step 5: Run the Browser
## Step 6: Run the Browser
After building the browser, you can start it using:

View file

@ -13,7 +13,7 @@ Before you begin, ensure you have the following tools installed:
- [**Node.js**](https://nodejs.org/): Required for building the browser.
- [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js.
![[building-zen-browser]]
![[building]]
## Step 6: Making a Contribution

View file

@ -5,7 +5,7 @@ title: Welcome to Zen Browser's Documentation
Welcome to **Zen Browser's Documentation!** Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient.
## Index
* #### [[building-zen-browser|Building Zen Browser 📦]]
* #### [[building|Building Zen Browser 📦]]
* #### [[guides/index|Guides 🛠️]]
* #### [[themes-store/index|Theme Store 🎨]]
* #### [[faq | Frequently Asked Questions ❓]]