Update README with libreadline dependency

This commit is contained in:
Derek Parker 2014-11-12 12:16:03 -06:00
parent ffeddc39a5
commit 48a220a73c

@ -12,6 +12,8 @@ Currently, Delve requires the following [patch](https://codereview.appspot.com/1
go get github.com/derekparker/delve/cmd/dlv go get github.com/derekparker/delve/cmd/dlv
``` ```
You will need readline installed on your system. With apt simply: `sudo apt-get install libreadline-dev` .
### Features ### Features
* Attach to an already running process * Attach to an already running process