github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/Documentation/installation/osx/install.md (about)

     1  ## Homebrew
     2  
     3  You can install Delve via HomeBrew with the following command:
     4  
     5  ```shell
     6  $ brew install delve
     7  ```
     8  
     9  ## Other installation methods
    10  
    11  See [general install instructions](../README.md).