Update install.md

Explicit build instructions to avoid #1342.
This commit is contained in:
Seth Bromberger 2018-09-15 09:48:57 -07:00 committed by Derek Parker
parent e5c43dc937
commit 654a9a5b5e

@ -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.