From 26bca6ddbad38aaa72df25c52464084d787e2278 Mon Sep 17 00:00:00 2001 From: Johan Eliasson Date: Sun, 26 Jun 2022 20:54:07 +0200 Subject: [PATCH] Add `openssl` to OSX dependencies (#1994) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63c21459e..6a4fc5ce1b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 1. Install XCode and dependencies ``` xcode-select --install -brew install protobuf etcd +brew install protobuf etcd openssl ``` 2. [Install Rust](https://www.rust-lang.org/tools/install)