From cb20d897f9c4af7924ad4cb0555d8bdd509d8589 Mon Sep 17 00:00:00 2001 From: Sam Zhang Date: Thu, 22 Aug 2024 13:12:57 -0400 Subject: [PATCH] update dlv installation go command --- Documentation/installation/linux/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/installation/linux/install.md b/Documentation/installation/linux/install.md index ffa27325f0..f50643d9f8 100644 --- a/Documentation/installation/linux/install.md +++ b/Documentation/installation/linux/install.md @@ -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.