diff --git a/Documentation/installation/osx/install.md b/Documentation/installation/osx/install.md index 0efc16ed..e9d6ca27 100644 --- a/Documentation/installation/osx/install.md +++ b/Documentation/installation/osx/install.md @@ -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).