提交 2ba27af6 编写于 作者: G Giuseppe 提交者: Derek Parker

Documentation: make install must run in workspace

上级 449b3ced
......@@ -8,9 +8,11 @@ There are two ways to install on Linux. First is the standard `go get` method:
go get -u github.com/derekparker/delve/cmd/dlv
```
Alternatively, you can clone the repo and run:
Alternatively make sure $GOPATH is set (e.g. as `~/.go`) and:
```
$ git clone https://github.com/derekparker/delve.git $GOPATH/src/github.com/derekparker/delve
$ cd $GOPATH/src/github.com/derekparker/delve
$ make install
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册