From fa7fe382b7beb5f50f53e3d39c7f97ddf85b4cb3 Mon Sep 17 00:00:00 2001 From: mauwii Date: Fri, 16 Sep 2022 13:45:42 +0200 Subject: [PATCH] remove protobuf from brew install docs --- docs/installation/INSTALL_MAC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/INSTALL_MAC.md b/docs/installation/INSTALL_MAC.md index 71535980f5..67c2c025b2 100644 --- a/docs/installation/INSTALL_MAC.md +++ b/docs/installation/INSTALL_MAC.md @@ -53,8 +53,8 @@ First get the weights checkpoint download started - it's big: # OR, # 2. Installing standalone -# install python 3, git, cmake, protobuf: -brew install cmake protobuf rust +# install python 3, git, cmake: +brew install cmake rust # install miniconda for M1 arm64: curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -o Miniconda3-latest-MacOSX-arm64.sh