don't link old setup script

This commit is contained in:
Jack Robison 2016-10-13 17:18:51 -04:00 committed by GitHub
parent c6cf3f2a89
commit 385ff66d85

View file

@ -22,8 +22,4 @@ LBRY is installed into `/usr/share/python/lbrynet`. The executables are in
#### 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.
[Install from source](how-to-get-lbry-command-line.md), then start with `lbrynet-daemon`.