delve/Documentation/installation/windows/install.md

12 lines
409 B
Markdown
Raw Normal View History

# Installation on Windows
Please use the standard `go get` command to build and install Delve on Windows.
```
go get github.com/go-delve/delve/cmd/dlv
```
Note: if you are using Go in modules mode you must execute this command outside of a module directory or Delve will be added to your project as a dependency.
Also, if not already set, you have to add the %GOPATH%\bin directory to your PATH variable.