diff --git a/docs/public-networks/get-started/install/binary-distribution.md b/docs/public-networks/get-started/install/binary-distribution.md index ae1e28a5b6c..838d67e64d9 100644 --- a/docs/public-networks/get-started/install/binary-distribution.md +++ b/docs/public-networks/get-started/install/binary-distribution.md @@ -39,15 +39,12 @@ To upgrade an existing Besu installation using Homebrew: brew upgrade hyperledger/besu/besu ``` -:::note +:::note notes -If you've upgraded your MacOS version between installing and upgrading Besu, when running `brew upgrade hyperledger/besu/besu` you may be prompted to reinstall command line tools with `xcode-select --install`. +- If you upgraded your MacOS version between installing and upgrading Besu, when running `brew upgrade hyperledger/besu/besu` you + might be prompted to reinstall command line tools with `xcode-select --install`. -::: - -:::note - -When upgrading Besu, you might be prompted to fix the remote branch names in Homebrew by using the command `brew tap --repair`. +- When upgrading Besu, you might be prompted to fix the remote branch names in Homebrew by using the command `brew tap --repair`. :::