Skip to content

Commit f92bcf6

Browse files
committed
adjust readme
1 parent 241267a commit f92bcf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Just open ```about:debugging``` (Firefox) or ``chrome:extensions`` (Chrome) and
3636
Building 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

4141
1. Install dependencies
42-
`npm install`
42+
`npm install` / `bun install`
4343

4444
2. Build
45-
`npm run build`
45+
`npm run build` / `bun run build`
4646

4747
3. Package up the contents of `./dist/chrome` and `./dist/firefox`
4848

@@ -70,7 +70,7 @@ Publishing the Edge extension
7070
Artifacts
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

7676
License

0 commit comments

Comments
 (0)