--- title: How do I run LBRY from the command line? category: setup --- #### 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 [Install from source](how-to-get-lbry-command-line.md), then start with `lbrynet-daemon`.