Update installation instructions

This commit is contained in:
logan
2024-10-02 17:39:38 -04:00
parent c14bdf8d26
commit c968478c3d

View File

@@ -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