Update README.md

This commit is contained in:
Thomas Zarebczan 2020-04-10 10:26:01 -04:00 committed by GitHub
parent 4f5371662a
commit a7bc19c4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@ This will step you through downloading the LBRY SDK, installing it, and running
1) Download the latest LBRY SDK from our [releases page for your OS](https://github.com/lbryio/lbry-sdk/releases): `wget https://github.com/lbryio/lbry-sdk/releases/download/v0.67.2/lbrynet-linux.zip`
1) Make a new directory in /opt named lbry: `mkdir /opt/lbry`
1) You will need Unzip installed: `sudo apt get install unzip`
1) You may need to install Unzip: `sudo apt get install unzip`
1) Unzip the file here: `unzip lbrynet-linux.zip -d /opt/lbry`
1) To get started, you can run the SDK manually at first. Open a new terminal, `cd /opt/lbry` and run: `./lbrynet start`
Once you do this, the SDK is active and your terminal will sync with the blockchain, it may seem like the window is hung up, but it is showing you the action on the blockchain. Open a new terminal to issue further commands.
Once you do this, the SDK will startup in the current session and sync with the blockchain. Open a new terminal to issue further commands.
### Install LBRY as system service (can skip this step for now)
1) Create a file called lbrynet.service and insert it into `/etc/systemd/system/`:
@ -79,7 +79,7 @@ When creating a new post (or editing an existing one), you can choose to publish
1) At the bottom of the Document menu, find **LBRY Network**, and click **Sync this post on channel**.
1) Select the channel you want to publish it on.
1) Click Publish.
1) The Plugin will automatically add a link to content on LBRY.
1) The plugin will automatically add a link to content on LBRY.
1) Give it a few minutes to publish and be confirmed on the network (there's currently no feedback for this). Check your content at: https://lbry.tv/@ChannelName.
## Need help?