File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ Just open ```about:debugging``` (Firefox) or ``chrome:extensions`` (Chrome) and
3636Building instructions
3737---------------------
3838
39- Make sure you have ` node ` installed, and from the repository root run the following:
39+ Make sure you have ` node ` or ` bun ` installed, and from the repository root run the following:
4040
41411 . Install dependencies
42- ` npm install `
42+ ` npm install ` / ` bun install `
4343
44442 . Build
45- ` npm run build `
45+ ` npm run build ` / ` bun run build `
4646
47473 . Package up the contents of ` ./dist/chrome ` and ` ./dist/firefox `
4848
@@ -70,7 +70,7 @@ Publishing the Edge extension
7070Artifacts
7171======
7272
73- Artifacts of each build and release can be viewed on S3: https://tosdr-artifacts.s3.eu-west-2.jbcdn.net/minio/ tosdr-artifacts /browser-extensions/
73+ Artifacts of each build and release can be viewed on GitHub [ here ] ( https://github.com/ tosdr/browser-extensions/actions ) .
7474
7575
7676License
You can’t perform that action at this time.
0 commit comments