From 654a9a5b5eb39a32d679ce80203c8e6e6893b31e Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Sat, 15 Sep 2018 09:48:57 -0700 Subject: [PATCH] Update install.md Explicit build instructions to avoid #1342. --- Documentation/installation/osx/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/installation/osx/install.md b/Documentation/installation/osx/install.md index 01e09f5d..e3e07a07 100644 --- a/Documentation/installation/osx/install.md +++ b/Documentation/installation/osx/install.md @@ -18,11 +18,12 @@ $ go get -u github.com/derekparker/delve/cmd/dlv With this method you will not be able to use delve's native backend. -Alternatively, you can clone the repo and run: +Alternatively, you can clone the repo into `$GOPATH/github.com/derekparker/delve` and run: ``` $ make install ``` +from that directory. The makefile will take care of creating and installing a self-signed certificate automatically.