Bug 1716908 - Update newtab source docs with correct instructions for npm install r=dmose

Differential Revision: https://phabricator.services.mozilla.com/D118217
This commit is contained in:
Emily McMinn 2021-06-17 22:45:15 +00:00
Родитель 43592e9cc2
Коммит f617736811
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ To install dependencies, run the following from the root of the mozilla-central
.. code-block:: shell
./mach npm install --prefix=browser/components/newtab
(cd browser/components/newtab && ../../../mach npm install)
Which files should you edit?