Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29630090: Issue 6139 - Update buildtools dependency to revision d9e8c5035624 (Closed)
Patch Set: Created Dec. 4, 2017, 3:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 6aae26c1d8b38a0046a25e89eb6f3a3e563a39a1..48d0a81bbe6a6071724db5f5435c7ac979dd7373 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ Building
Run one of the following commands in the project directory, depending on your
target platform:
- ./build.py -t chrome build -k adblockpluschrome.pem
- ./build.py -t edge build
- ./build.py -t gecko build
+ ./build.py build -t chrome -k adblockpluschrome.pem
+ ./build.py build -t edge
+ ./build.py build -t gecko
This will create a build with a name in the form
_adblockpluschrome-1.2.3.nnnn.crx_, _adblockplusedge-1.2.3.nnnn.appx_ or
@@ -51,9 +51,9 @@ _about:debugging_ or by disabling signature enforcement in Firefox Nightly.
To simplify the process of testing your changes you can create an unpacked
development environment. For that run one of the following commands:
- ./build.py -t chrome devenv
- ./build.py -t edge devenv
- ./build.py -t gecko devenv
+ ./build.py devenv -t chrome
+ ./build.py devenv -t edge
+ ./build.py devenv -t gecko
This will create a _devenv.*_ directory in the repository. You can load the
directory as an unpacked extension, under _chrome://extensions_ in Chrome,
« no previous file with comments | « no previous file | build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld