From 120dc5df9b64233d4393d7ffeddf511cbb5ec2ed Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 7 Aug 2018 21:55:47 +0700 Subject: [PATCH] update location based on cli FAQ (#700) --- content/faq/how-to-run-lbry.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/faq/how-to-run-lbry.md b/content/faq/how-to-run-lbry.md index ca61e1aa..901b1949 100644 --- a/content/faq/how-to-run-lbry.md +++ b/content/faq/how-to-run-lbry.md @@ -6,15 +6,15 @@ This guide will allow you to run the LBRY daemon which connects to the LBRY netw ## Windows 1. Open a **Command Prompt** application window -1. Type `cd "c:\Program Files (x86)\LBRY\resources\app\dist"` and click Enter +1. Type `cd "C:\Program Files\LBRY\resources\static\daemon"` ([32-bit located in Program Files(x86)]) and click Enter 1. Type `lbrynet-daemon` and click Enter. ## MacOS 1. Open a **Terminal** window -1. Type `cd /Applications/LBRY.app/Contents/Resources/app/dist` +1. Type `cd /Applications/LBRY.app/Contents/Resources/static/daemon` 1. Type `./lbrynet-daemon` and click Enter. ## Ubuntu / Linux 1. Open a **Terminal** window -1. Type `cd /opt/LBRY/resources/app/dist` or build location if running from source +1. Type `cd /opt/LBRY/resources/static/daemon` or build location if running from source 1. Type `./lbrynet-daemon` and click Enter.