Documentation: add homebrew installation instructions back again

Fixes #3037
This commit is contained in:
Derek Parker 2022-10-03 11:27:45 -05:00 committed by Alessandro Arzilli
parent 70b8a78d04
commit aa03666596

@ -1 +1,11 @@
## Homebrew
You can install Delve via HomeBrew with the following command:
```shell
$ brew install delve
```
## Other installation methods
See [general install instructions](../README.md).