Bug 1702526 - suggest people use wget instead of curl for downloading the bootstrap script on Windows DONTBUILD r=glob

Differential Revision: https://phabricator.services.mozilla.com/D110568
This commit is contained in:
Gijs Kruitbosch 2021-04-01 17:23:05 +00:00
Родитель 47699fef8f
Коммит dab991dda3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -70,7 +70,7 @@ the interactive setup process.
cd c:/
mkdir mozilla-source
cd mozilla-source
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
wget https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
python3 bootstrap.py
.. note::