139
edits
(example config is now default config) |
(Adding the no-interactive flag to the elm bootstrap process) |
||
| Line 10: | Line 10: | ||
* Starting with a fresh clone of elm is recommended for each new chromium milestone. | * Starting with a fresh clone of elm is recommended for each new chromium milestone. | ||
hg clone --stream ssh://hg.mozilla.org/projects/elm | hg clone --stream ssh://hg.mozilla.org/projects/elm | ||
(cd elm && ./mach bootstrap --application-choice=browser && ./mach build) | (cd elm && ./mach --no-interactive bootstrap --application-choice=browser && ./mach build) | ||
=== Update steps === | === Update steps === | ||
edits