Bug 1735058 - Use absolute path to mozilla-unified after possible restart of shell. r=mhentges,glandium

bootstrap.py may ask the restart of shell to reflect the change to login script.
Given the step 2 lets user to move to c:/mozilla-source instead of home,
the document should explicitly specify the absolute path in step 3.

Differential Revision: https://phabricator.services.mozilla.com/D128024
This commit is contained in:
Tooru Fujisawa 2021-10-13 06:42:08 +00:00
Родитель 2a69e3d3d6
Коммит 411190c9c7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -131,7 +131,7 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
cd mozilla-unified
cd c:/mozilla-source/mozilla-unified
./mach build
./mach run