Fix contributing and readme

This commit is contained in:
2018-12-18 23:16:00 +01:00
parent acfbdd1ad5
commit 27500a7820
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-de
On macos, you will need homebrew
```bash
brew install --build-from-source xapian --with-python
brew install xapian
```
If it doesn't work it's because it need [this pull request](https://github.com/Homebrew/homebrew-core/pull/34835) to be validated.