From c8860493bf85bf7c4c78e4ad77922bba93153469 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 8 Apr 2020 12:01:36 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08065cd..38ee166 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First, install the LBRYPress plugin on Wordpress. 1) In Wordpress, install the plugin from the zip file. It will show errors until the next steps are completed. ## Downloading and installing LBRY -This will step you through downloading the LBRY SDK, installing it, and running as a system service (optional). +This will step you through downloading the LBRY SDK, installing it, and running as a system service. 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`