lbry.com/content/faq/how-to-run-lbry.md
2016-09-07 22:01:30 -04:00

29 lines
794 B
Markdown

---
title: How do I run LBRY from the command line?
category: running
---
#### If you [installed from source](how-to-get-lbry-command-line.md)
If using lbryum, run `lbrynet-daemon`.
If using [lbrycrdd](how-to-run-lbry-with-lbrycrdd.md), run `lbrynet-daemon --wallet=lbrycrd`.
#### On Linux
LBRY is installed into `/usr/share/python/lbrynet`. The executables are in
`/usr/share/python/lbrynet/bin`. For example, to run lbrynet-daemon, type:
/usr/share/python/lbrynet/bin/lbry
#### On OS X
On OS X, you need more than the packaged app. You can install LBRY command line by running this in a terminal:
curl -sL https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup_osx.sh | sudo bash
This script will install lbrynet and its dependencies, as well as the app.