From cb6f7ada42b5b7aa80137c0ac958228641a97bc7 Mon Sep 17 00:00:00 2001 From: Jessop Breth Date: Mon, 19 Nov 2018 10:10:02 -0500 Subject: [PATCH] adds sample config and links to settings documentation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55592fde0..694bd0fb2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Run `lbrynet start` to launch the API server. By default, `lbrynet` 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 a simple walkthrough and examples for learning. +Our [quickstart guide](https://lbry.tech/playground) provides a simple walkthrough and examples for learning. + +With the daemon running, `lbrynet commands` will show you a list of commands. The full API is documented [here](https://lbry.tech/api/sdk). @@ -41,3 +43,7 @@ The primary contact for this project is [@jackrobison](mailto:jack@lbry.io). ## Additional information and links The documentation for the API can be found [here](https://lbry.tech/api/sdk). + +Daemon defaults, ports, and other settings are documented [here](https://lbry.tech/resources/daemon-settings). + +Settings can be configured using a daemon-settings.yml file. An example can be found [here](https://github.com/lbryio/lbry/blob/master/example_daemon_settings.yml).