aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-04 17:06:49 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-04 17:07:38 +0200
commit022668fb2336433fda051357fc273b91a9a7092f (patch)
tree694f9be43ed315767b31c8912b426045873fe99c
parentba5a6374b691911e630351b50f3df739b159784d (diff)
downloadjson-rpc-shell-022668fb2336433fda051357fc273b91a9a7092f.tar.gz
json-rpc-shell-022668fb2336433fda051357fc273b91a9a7092f.tar.xz
json-rpc-shell-022668fb2336433fda051357fc273b91a9a7092f.zip
Update README
libedit (editline) seems to work just fine now, except for not being fully asynchronous.
-rw-r--r--README.adoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index 35412b4..2138514 100644
--- a/README.adoc
+++ b/README.adoc
@@ -39,10 +39,6 @@ Build dependencies: CMake, pkg-config, asciidoctor or asciidoc,
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. Multiline editing is also
-misbehaving there.
-
$ git clone --recursive https://git.janouch.name/p/json-rpc-shell.git
$ mkdir json-rpc-shell/build
$ cd json-rpc-shell/build