From 81306394b7cefa2f94515477ca4f049beb603eee Mon Sep 17 00:00:00 2001 From: Paul Kirby Date: Mon, 17 Feb 2020 16:56:51 -0600 Subject: [PATCH] Added basic template for help page --- templates/help_page.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/templates/help_page.php b/templates/help_page.php index a6dde05..c92cc38 100644 --- a/templates/help_page.php +++ b/templates/help_page.php @@ -1,4 +1,16 @@

-

Help!

+ +

Installation

+ +

The current supported release can be found here. It contains pre-built binaries for macOS, Debian-based Linux, and Windows.

+

For ease of use, our plugin will automatically try to run and start the daemon if installed at the root of your Wordpress install, so its advised you keep it there.

+

If you want to have your daemon running at a location other than your Wordpress root, feel free to set up a CRON Job on your server that will start the daemon if its not already running

+ +

Usage

+ +

By default, `lbrynet` will provide a JSON-RPC server at `http://localhost:5279`. This is the address our plugin will be expecting to use.

+

If curious, The full API is documented here

+ +

More Info