aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-02 01:07:31 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-02 01:08:09 +0200
commitb7b1198be76e46c6e151a4092ba101c9c0a33693 (patch)
tree391df59ae44c9fe23868cb13b2e67a8cfc03f8a2 /README.adoc
parent633f7007d1e9cf6492560ed4e644f6c4d92747f8 (diff)
downloadjson-rpc-shell-b7b1198be76e46c6e151a4092ba101c9c0a33693.tar.gz
json-rpc-shell-b7b1198be76e46c6e151a4092ba101c9c0a33693.tar.xz
json-rpc-shell-b7b1198be76e46c6e151a4092ba101c9c0a33693.zip
Fix libedit a bit more and discourage from using it
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 9c4fec4..646c93a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -47,6 +47,9 @@ Build dependencies: CMake, pkg-config, help2man,
Runtime dependencies: libev, Jansson, cURL, openssl,
readline or libedit >= 2013-07-12,
+Avoid libedit if you can, in general it works but at the moment history is
+acting up and I have no clue about fixing it.
+
$ git clone --recursive https://git.janouch.name/p/json-rpc-shell.git
$ mkdir json-rpc-shell/build
$ cd json-rpc-shell/build