commit ec85f9800c1df7c2315b88b1299cbbe5bf5c8def parent 8f6b2d3d80abb3d61ca9b5eac058724d89b39bbb Author: Maxx Crawford <mcrawford@mozilla.com> Date: Mon, 17 Nov 2025 20:38:04 +0000 Bug 1992502 - Update documentation for newtab installation for Windows env r=home-newtab-reviewers,ini Differential Revision: https://phabricator.services.mozilla.com/D272899 Diffstat:
| M | browser/extensions/newtab/docs/index.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/browser/extensions/newtab/docs/index.rst b/browser/extensions/newtab/docs/index.rst @@ -31,6 +31,11 @@ To install node dependencies, run the following from the root of the mozilla-cen ./mach newtab install +**IMPORTANT NOTE**: If you're using Windows, you may need to run the install command differently: + +.. code-block:: shell + + (cd browser/extensions/newtab && ../../../mach npm install) Which files should you edit? ````````````````````````````