diff --git a/README.md b/README.md index 7271d21c..fd98eacc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Currently, Delve requires the following [patch](https://codereview.appspot.com/1 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 * Attach to an already running process