Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -22,9 +22,10 @@ |
Run the following command in the project directory: |
./build.py -t chrome build -k adblockpluschrome.pem |
+ ./build.py -t edge build |
This will create a build with a name in the form |
-_adblockpluschrome-1.2.3.nnnn.crx_ |
+_adblockpluschrome-1.2.3.nnnn.crx_ or adblockplusedge-1.2.3.nnnn.appx. |
Note that you don't need an existing signing key for Chrome, a new key |
will be created automatically if the file doesn't exist. |
@@ -34,12 +35,16 @@ |
development environment. For that run the following command: |
./build.py -t chrome devenv |
+ ./build.py -t edge devenv |
This will create a _devenv.chrome_ directory in the repository. In Chrome you |
should load the directory as an unpacked extension. After making changes to the |
source code re-run the command to update the development environment, the |
extension should reload automatically after a few seconds. |
+For Edge you should load _devenv.edge_ as an unpacked extension directory. After |
+rebuilding the extension you should usually force reloading it in Edge. |
+ |
Running the unit tests |
---------------------- |