From eb5673502a591db322a08263a6b4b04f1180a1f5 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 9 Apr 2020 10:28:01 -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 38ee166..c9a6f89 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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) 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` +1) To get started, you can run the SDK manually at first. Open a new terminal, `cd /opt/lbry` and run: `./lbrynet start` ### 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/`: