Changes

Jump to: navigation, search
Installing Mercurial: add possibility of install with bootstrap.py
*<code> apt-get install python-pip -y </code>
*<code> pip install Mercurial </code>
 
If installation fails, used the bootstrap.py install script provided by the mozilla source code directory:
* <code>curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O</code>
* <code>python3 bootstrap.py</code>
This will also clone the source code repository.
===== Setting up the mozilla-unified repo =====
Confirm
569
edits

Navigation menu