No bug - Use pip to install MozPhab. r=snorp

It is the right way to do that now. Though again we should probably just link to
the moz-phab docs.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2019-12-23 15:39:37 +00:00
Родитель 4400a92a46
Коммит 938b09ce59
1 изменённых файлов: 1 добавлений и 8 удалений

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

@ -110,15 +110,8 @@ You may have noticed when using Arcanist that it wraps all of your carefully cur
#### Installing `moz-phab`
N.B. If each individual patch does not compile and pass tests you will not be able to land each patch individually. In this case, please use Arcanist.
* Download the latest version of [`moz-phab`](https://github.com/mozilla-conduit/review/releases/tags) from the repository.
* Add it to your path
```bash
export PATH="$PATH:/somewhere/moz-phab/bin/"
echo PATH="$PATH:/somewhere/moz-phab/bin/" >> ~/.bash_profile
pip install MozPhab [--user]
```
#### Submitting a patch using `moz-phab`.