Readme.md: mention that MK must be up-to-date

Until we depend on MK, we need to ensure it's up-to-date using brew.

This was not specified earlier and led to https://github.com/ooni/probe-engine/issues/315
This commit is contained in:
Simone Basso 2020-02-17 11:38:59 +01:00 committed by GitHub
parent 040bee0ee6
commit 4a9034d907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,9 @@ a specific version of psiphon and of its dependencies.
## Releasing
Make sure you have updated dependencies. Specifically, make sure
you update homebrew to get the latest Measurement Kit. Then:
```
./build.sh release
```