Bug 1522090 - Add info to troubleshoot './mach bootstrap'. r=Ola

Add info to troubleshoot './mach bootstrap'

Differential Revision: https://phabricator.services.mozilla.com/D19271

--HG--
extra : moz-landing-system : lando
This commit is contained in:
soniasingla 2019-02-12 07:43:24 +00:00
Родитель 4d5fdfd7fc
Коммит 6ba84dcaa9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -63,6 +63,8 @@ Then run this:
./mach build
```
Please note, if this fails it might be possible you need to run the `bootstrap.py` script first. Download the [bootstrap.py script](https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py) and save it in your project directory. Then run `python bootstrap.py` and follow the prompted steps.
**Note:** if using Windows, you might need to type the commands without the `./`:
```bash