Update README.md

This commit is contained in:
earthjeffone 2020-04-09 21:39:16 -07:00 committed by GitHub
parent cf45ad030f
commit 4f5371662a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ 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 will need Unzip installed: `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.