From 4a9034d90756e781c28f0cfda9220297fb1fa3ac Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 17 Feb 2020 11:38:59 +0100 Subject: [PATCH] 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 --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index 4e15c34..4f18734 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```