From 48a220a73c725a3af08e243b69ad486388f7957e Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Wed, 12 Nov 2014 12:16:03 -0600 Subject: [PATCH] Update README with libreadline dependency --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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