Skip to content

Commit cb3f0e6

Browse files
authored
Update README.md
1 parent 7a0d336 commit cb3f0e6

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,28 @@ This is a browser extension that lets you send individual browser tabs or all UR
4646

4747
If you wish to contribute to (or just build for yourself) this extension, you will need to download and install [Node.js](https://nodejs.org/en/).
4848

49-
Once that's installed, navigate to this project's root and run `npm install` to install dependencies.
49+
```bash
50+
git clone https://github.com/ArchiveBox/archivebox-browser-extension
51+
cd archivebox-browser-extension/
5052
51-
To build a production version (minified, optimized, etc.), run `npm run build`.
53+
npm install
54+
npm run build
5255
53-
If you plan on making changes often, you can use the command `npm run dev` to automatically rebuild the extension as you modify files.
56+
# or for hot-reloading during development:
57+
npm run dev
58+
```
5459

55-
Both commands will produce an output in the `dist` directory.
60+
Both commands will produce an output in the `dist/` directory, load that folder into Chrome or Firefox using their [Load Unpacked Extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) UI.
5661

57-
## Changelog
58-
59-
#### 2024-01 Extension repo moved from `tjhorner/archivebox-exporter` to `Archivebox/archivebox-browser-extension`
60-
61-
https://github.com/ArchiveBox/archivebox-extension
62-
63-
#### 2021-09 Extension offically supported by ArchiveBox v0.6.2, no longer needed to run `:dev` branch
62+
Please open an issue to discuss any proposed changes *before* starting work on any PRs.
6463

65-
https://github.com/tjhorner/ArchiveBox.git#temporary-add-api
66-
67-
#### 2021-07 Initial extension published on Chrome and Mozilla web stores
68-
69-
https://github.com/ArchiveBox/ArchiveBox/issues/577#issuecomment-872915877
70-
71-
#### 2021-06 [@tjhorner](https://github.com/tjhorner) Created the initial `archivebox-exporter` extension
64+
## Changelog
7265

73-
https://github.com/ArchiveBox/ArchiveBox/issues/577
66+
- 2024-11 Development [started](https://github.com/ArchiveBox/archivebox-browser-extension/pull/31) on v2 extension with more advanced UI and tagging options
67+
- 2024-01 Extension repo moved from `tjhorner/archivebox-exporter` to `Archivebox/archivebox-browser-extension`
68+
- 2021-09 Extension offically supported by ArchiveBox v0.6.2, no longer needed to run `:dev` branch
69+
- 2021-07 Initial extension [published](https://github.com/ArchiveBox/ArchiveBox/issues/577#issuecomment-872915877) on Chrome and Mozilla web stores
70+
- 2021-06 [@tjhorner](https://github.com/tjhorner) [Created](https://github.com/ArchiveBox/ArchiveBox/issues/577) the initial `archivebox-exporter` extension
7471

7572
---
7673

0 commit comments

Comments
 (0)