Update install.md

This commit is contained in:
Seth Bromberger 2018-09-15 16:45:37 -07:00 committed by Derek Parker
parent 654a9a5b5e
commit 5e6b7997e1

@ -18,7 +18,7 @@ $ go get -u github.com/derekparker/delve/cmd/dlv
With this method you will not be able to use delve's native backend. With this method you will not be able to use delve's native backend.
Alternatively, you can clone the repo into `$GOPATH/github.com/derekparker/delve` and run: Alternatively, you can clone the repo into `$GOPATH/src/github.com/derekparker/delve` and run:
``` ```
$ make install $ make install