From 0b864c2550ae30fd94ec22a861fd7b2221cbe106 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Mon, 28 Mar 2022 17:18:18 +0200 Subject: [PATCH] docs: Fix Homebrew teku installation instruction (#324) --- .../Get-Started/Installation-Options/Install-Binaries.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/HowTo/Get-Started/Installation-Options/Install-Binaries.md b/docs/HowTo/Get-Started/Installation-Options/Install-Binaries.md index 99c01e752..afbd55b17 100644 --- a/docs/HowTo/Get-Started/Installation-Options/Install-Binaries.md +++ b/docs/HowTo/Get-Started/Installation-Options/Install-Binaries.md @@ -55,14 +55,13 @@ To install Teku using Homebrew: ```bash brew tap ConsenSys/teku -brew install teku +brew install ConsenSys/teku/teku ``` To upgrade Teku using Homebrew: ```bash -brew tap ConsenSys/teku -brew upgrade teku +brew upgrade ConsenSys/teku/teku ``` To display the Teku version and confirm installation: