Skip to content

Commit f63325c

Browse files
committed
Merge branch 'MV3' of github.com:webrecorder/archiveweb.page into MV3
2 parents 2ebde97 + 356c2dc commit f63325c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ To develop ArchiveWeb.page, Node 12+ and Yarn are needed.
2626

2727
The production version of the extension is published to the [Chrome Web Store](https://chrome.google.com/webstore/detail/webrecorder/fpeoodllldobpkbkabpblcfaogecpndd)
2828

29-
For development, the extension can be installed from the `wr-ext` directory as an unpacked extension.
30-
If you want to make changes to the extension, it should be installed in this way. This will be a different version than the production version of the extension.
29+
For development, the extension can be built locally and loaded as an unpacked extension.
30+
If you want to make changes to the extension, it should be installed in this way.
3131

32-
1. Clone this repo
32+
1. Clone this repo. Run `yarn install; yarn build-dev`. (You can also run `yarn build` to build the production version but it may be harder to debug).
3333

34-
2. Open the Chrome Extensions page (chrome://extensions).
34+
3. Open the Chrome Extensions page (chrome://extensions).
3535

36-
3. Choose 'Load Unpacked Extension' and point to the `./wr-ext` directory in your local copy of this repo.
36+
4. Choose 'Load Unpacked Extension' and point to the `./dist/ext` directory in your local copy of this repo.
3737

38-
4. Click the extension icon to show the extension popup, start recording, etc...
38+
5. Click the extension icon to show the extension popup, start archiving, etc...
3939

4040
### Development Workflow
4141

4242
For development, it is recommended to use the dev build of the extension:
4343

4444
1. Run ``yarn install`` and then ``yarn run build-dev``
4545

46-
2. Run ``yarn run start-ext`` -- this will ensure the `wr-ext` directory is rebuilt after any changes to the source.
46+
2. Run ``yarn run start-ext`` -- this will ensure the `dist/ext` directory is rebuilt after any changes to the source.
4747

4848
3. After making changes, the extension still needs to be reloaded in the browser. From the Chrome extensions page, click the reload button to load the latest version.
4949

0 commit comments

Comments
 (0)