Add openssl to OSX dependencies (#1994)

This commit is contained in:
Johan Eliasson
2022-06-26 21:54:07 +03:00
committed by GitHub
parent 55192384c3
commit 26bca6ddba
+1 -1
View File
@@ -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)