mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-19 01:48:22 +00:00
Made the build process a bit more clear
This commit is contained in:
@@ -13,16 +13,16 @@ git clone https://github.com/zen-browser/desktop.git
|
||||
cd desktop
|
||||
```
|
||||
|
||||
Install gluon
|
||||
Install dependencies
|
||||
|
||||
```bash
|
||||
npm i -g gluon-build@next
|
||||
npm i
|
||||
```
|
||||
|
||||
Download and bootstrap the browser
|
||||
|
||||
```
|
||||
gluon download && gluon bootstrap
|
||||
npm run bootstrap
|
||||
```
|
||||
|
||||
Start building the browser
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"gluon-build": "^1.0.0-rc.5"
|
||||
"gluon-build": "next"
|
||||
}
|
||||
},
|
||||
"node_modules/@oozcitak/dom": {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"start": "cd engine && ./mach run --noprofile",
|
||||
"import": "gluon import",
|
||||
"export": "gluon export",
|
||||
"bootstrap": "gluon download && gluon bootstrap",
|
||||
"package": "gluon package",
|
||||
"update-newtab": "python3 update_newtab.py"
|
||||
},
|
||||
@@ -22,6 +23,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/zen-browser/core#readme",
|
||||
"dependencies": {
|
||||
"gluon-build": "^1.0.0-rc.5"
|
||||
"gluon-build": "next"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user