mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-28 07:51:24 +00:00
Update how-to-run-lbry.md
This commit is contained in:
parent
d1882c0ff8
commit
c71a8c405e
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@ 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\LBRY\resources\static\daemon"` ([32-bit located in Program Files(x86)]) and click Enter
|
||||
1. Type `lbrynet-daemon` and click Enter.
|
||||
1. Type `lbrynet start` and click Enter.
|
||||
|
||||
## MacOS
|
||||
1. Open a **Terminal** window
|
||||
1. Type `cd /Applications/LBRY.app/Contents/Resources/static/daemon`
|
||||
1. Type `./lbrynet-daemon` and click Enter.
|
||||
1. Type `./lbrynet start` and click Enter.
|
||||
|
||||
## Ubuntu / Linux
|
||||
1. Open a **Terminal** window
|
||||
1. Type `cd /opt/LBRY/resources/static/daemon` or build location if running from source
|
||||
1. Type `./lbrynet-daemon` and click Enter.
|
||||
1. Type `./lbrynet start` and click Enter.
|
||||
|
|
Loading…
Add table
Reference in a new issue