Skip to content
Open
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
2 changes: 1 addition & 1 deletion Documentation/installation/linux/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Please use the following steps to build and install Delve on Linux.
There are two ways to install on Linux. First is the standard `go get` method:

```
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.
Expand Down