Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -67,11 +67,12 @@ |
rebuilding the extension you should manually force reloading it in Edge by |
hitting the _Reload Extension_ button. |
-#### Skip dependencies check |
- |
-If you are modifying `adblockpluscore` or `adblockplusui` and you would like |
-to build the dev extension, you can specify `SKIP_DEPENDENCY_UPDATES=true` |
-as environment variable so that build tools will not ensure the release commit. |
+The build script calls the ensure_dependencies script automatically to manage |
+the dependencies (see _dependencies_ file). Dependencies with local |
+modifications won't be updated. Otherwise during development specifying a |
+feature-branch's name for a dependency's revision is sometimes useful. |
+Alternatively dependency management can be disabled completely by setting the |
+_SKIP_DEPENDENCY_UPDATES_ environment variable, for example: |
SKIP_DEPENDENCY_UPDATES=true ./build.py devenv -t chrome |