diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 2d390d5..be42b73 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ json-rpc-shell 'json-rpc-shell' is a shell for running JSON-RPC 2.0 queries. This software was originally created as a replacement for -http://software.dzhuvinov.com/json-rpc-2.0-shell.html[a different one] made by +http://software.dzhuvinov.com/json-rpc-2.0-shell.html[a different shell] made by Vladimir Dzhuvinov, in order to avoid Java, but has evolved since. Features @@ -58,9 +58,6 @@ Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB # dpkg -i json-rpc-shell-*.deb -Note that for versions of CMake before 2.8.9, you need to prefix `cpack` with -`fakeroot` or file ownership will end up wrong. - Test server ----------- If you install development packages for libmagic, an included test server will |