Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -44,15 +44,15 @@ |
./build.py -t chrome devenv |
./build.py -t safari devenv |
+ ./build.py -t edge devenv |
This will create a _devenv.platform_ directory in the repository. In Chrome you |
should load _devenv.chrome_ as an unpacked extension directory. 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 can use the same development environment as Chrome. You should load |
-_devenv.chrome_ as an unpacked extension directory. After rebuilding the |
-extension you should usually force reloading it in Edge. |
+For Edge you should load _devenv.edge_ as an unpacked extension directory. After |
kzar
2016/12/12 14:17:50
Seems like these REAMDE changes clash with the oth
Oleksandr
2016/12/13 06:21:18
Done.
|
+rebuilding the extension you should usually force reloading it in Edge. |
In Safari you should load _devenv.safari/adblockplussafari.safariextension_ as |
unpacked extension directory. After making changes to the source code re-run the |