lbry.com/content/faq/how-to-run-lbry.md
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

21 lines
863 B
Markdown

---
title: How do I run LBRY from the command line?
category: powerusers
---
This guide will allow you to run the LBRY daemon which connects to the LBRY network. You can run the daemon separately in this fashion without having to start the LBRY app. If the LBRY app is started, it will utilize the running daemon.
## Windows
1. Open a **Command Prompt** application window
2. Type `cd "C:\Program Files\LBRY\resources\static\daemon"` ([32-bit located in Program Files(x86)]) and click Enter
3. Type `lbrynet start` and click Enter
## MacOS
1. Open a **Terminal** window
2. Type `cd /Applications/LBRY.app/Contents/Resources/static/daemon`
3. Type `./lbrynet start` and click Enter
## Ubuntu / Linux
1. Open a **Terminal** window
2. Type `cd /opt/LBRY/resources/static/daemon` or build location if running from source
3. Type `./lbrynet start` and click Enter