Added basic template for help page
This commit is contained in:
parent
be64d7a523
commit
81306394b7
1 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,16 @@
|
|||
<div class="wrap">
|
||||
<h1><?= esc_html(get_admin_page_title()); ?></h1>
|
||||
<h2>Help!</h2>
|
||||
|
||||
<h2>Installation</h2>
|
||||
|
||||
<p>The current supported release <a href="https://github.com/lbryio/lbry-sdk/releases/tag/v0.54.0" target="_blank">can be found here</a>. It contains pre-built binaries for macOS, Debian-based Linux, and Windows.</p>
|
||||
<p>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.</p>
|
||||
<p>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</p>
|
||||
|
||||
<h2>Usage</h2>
|
||||
|
||||
<p>By default, `lbrynet` will provide a JSON-RPC server at `http://localhost:5279`. This is the address our plugin will be expecting to use.</p>
|
||||
<p>If curious, The full API is documented <a href="https://lbry.tech/api/sdk" target="_blank">here</a></p>
|
||||
|
||||
<p><a href"https://github.com/lbryio/lbry-sdk/blob/master/README.md">More Info</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue