mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +08:00
12 lines
193 B
Markdown
12 lines
193 B
Markdown
## Homebrew
|
|
|
|
You can install Delve via HomeBrew with the following command:
|
|
|
|
```shell
|
|
$ brew install delve
|
|
```
|
|
|
|
## Other installation methods
|
|
|
|
See [general install instructions](../README.md).
|