mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Update installation instructions
This commit is contained in:
17
README.md
17
README.md
@@ -102,30 +102,31 @@ cd desktop
|
||||
Install dependencies
|
||||
|
||||
```bash
|
||||
npm i
|
||||
pnpm install
|
||||
```
|
||||
|
||||
Download and bootstrap the browser
|
||||
|
||||
```
|
||||
npm run init
|
||||
```bash
|
||||
pnpm run init
|
||||
```
|
||||
|
||||
Copy a language pack
|
||||
```
|
||||
|
||||
```bash
|
||||
sh scripts/update-en-US-packs.sh
|
||||
```
|
||||
|
||||
Start building the browser
|
||||
|
||||
```
|
||||
npm run build
|
||||
```bash
|
||||
pnpm run build
|
||||
```
|
||||
|
||||
Finally, run the browser!
|
||||
|
||||
```
|
||||
npm start
|
||||
```bash
|
||||
pnpm start
|
||||
```
|
||||
|
||||
## Special Thanks
|
||||
|
Reference in New Issue
Block a user