Update Hacking authored by Dan Ballard's avatar Dan Ballard
...@@ -76,7 +76,8 @@ ln -sf mozconfig-linux-x86_64-dev mozconfig ...@@ -76,7 +76,8 @@ ln -sf mozconfig-linux-x86_64-dev mozconfig
# Optionally run bootstrap to try and have mozilla's build system mach help you fetch dependancies # Optionally run bootstrap to try and have mozilla's build system mach help you fetch dependancies
# First option is fine (Firefox for Desktop Artifact Mode [default]). let it install dependancies for you but **DO NOT** let "configuration Git optimally" as it more often seems to break it. # First option is fine (Firefox for Desktop Artifact Mode [default]). let it install dependancies for you
# DO NOT let "configuration Git optimally" as it more often seems to break it.
# you can safely answer "No" to "Will you be submitting commits to Mozilla?" # you can safely answer "No" to "Will you be submitting commits to Mozilla?"
./mach bootstrap ./mach bootstrap
... ...
......