Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Windows install #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Documentation/installation/windows/install.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Installation on Windows

Please use the standard `go get` command to build and install Delve on Windows.
Please use the standard `go install` command to build and install Delve on Windows.

```
go get github.com/go-delve/delve/cmd/dlv
go install github.com/go-delve/delve/cmd/dlv@latest
```

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.