Skip to content

Commit

Permalink
docs: Fix Homebrew teku installation instruction (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel authored Mar 28, 2022
1 parent b0d1fc1 commit 0b864c2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b864c2

Please sign in to comment.