Add openssl to OSX dependencies (#1994)

This commit is contained in:
Johan Eliasson
2022-06-26 20:54:07 +02:00
committed by GitHub
parent 55192384c3
commit 26bca6ddba

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)