From 385ff66d857555980af8c53194c46d6a6df73460 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 13 Oct 2016 17:18:51 -0400 Subject: [PATCH] don't link old setup script --- content/faq/how-to-run-lbry.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/faq/how-to-run-lbry.md b/content/faq/how-to-run-lbry.md index c9eaae79..a4455072 100644 --- a/content/faq/how-to-run-lbry.md +++ b/content/faq/how-to-run-lbry.md @@ -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`.