From d23e3cf0665c7b0b73a1b8e092e70ffa4ffd342d Mon Sep 17 00:00:00 2001 From: JiuLi Gao Date: Fri, 31 Mar 2017 11:13:27 +0800 Subject: [PATCH] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index d3c631d26..88916ef03 100644 --- a/FAQ.md +++ b/FAQ.md @@ -4,11 +4,11 @@ Q: How do I get lbry for command line? A: In order to run lbry from command line, you need more than the packaged app/deb. -######On OS X +###### On OS X You can install LBRY command line by running `curl -sL https://rawgit.com/lbryio/lbry-setup/master/lbry_setup_osx.sh | sudo bash` in a terminal. This script will install lbrynet and its dependancies, as well as the app. -######On Linux +###### On Linux On Ubuntu or Mint you can install the prerequisites and lbrynet by running