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