Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 411190c

Browse files
committed
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
1 parent 2a69e3d commit 411190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/windows_build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Now that your system is bootstrapped, you should be able to build!
131131

132132
.. code-block:: shell
133133
134-
cd mozilla-unified
134+
cd c:/mozilla-source/mozilla-unified
135135
./mach build
136136
./mach run
137137

0 commit comments

Comments
 (0)