From 6d53a582cfc82ec6caa847c7e52ca4eb1b6b2ce3 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 13 Mar 2017 12:05:13 -0400 Subject: [PATCH] running and usage --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c809f251..3b622d33a 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,17 @@ Our [releases page](https://github.com/lbryio/lbry-app/releases/latest) contains Installing from source is also relatively painless, full instructions are in [INSTALL.md](INSTALL.md) -## Using the LBRY daemon +## Running -See our quickstart guide at http://lbry.io/quickstart for details on how to install and use the `lbrynet-daemon`. +Run `lbrynet-daemon` to launch the daemon. + +## Using + +By default, `lbrynet-daemon` will provide a JSON-RPC server at `http://localhost:5279`. It is easy to interact with via cURL or sane programming languages. + +Our [quickstart guide](http://lbry.io/quickstart) provides clear sample usages and free credits for learning. + +The full API is documented [here](https://lbry.io/api). ## What is LBRY?