docs: Update README to link to pyln-client

This commit is contained in:
Michael Folkson 2021-10-06 08:38:25 +01:00 committed by Christian Decker
parent 24e60055bc
commit 40f8f180af

View file

@ -95,7 +95,7 @@ This creates a `.lightning/` subdirectory in your home directory: see `man -l do
### Using The JSON-RPC Interface
c-lightning exposes a [JSON-RPC 2.0][jsonrpcspec] interface over a Unix Domain socket; the `lightning-cli` tool can be used to access it, or there is a [python client library](contrib/pylightning).
c-lightning exposes a [JSON-RPC 2.0][jsonrpcspec] interface over a Unix Domain socket; the `lightning-cli` tool can be used to access it, or there is a [python client library](contrib/pyln-client).
You can use `lightning-cli help` to print a table of RPC methods; `lightning-cli help <command>`
will offer specific information on that command.