From b07dd57a4e7e0944ca7945a18b1f6e957e65dc50 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 21 Jun 2016 17:16:39 -0400 Subject: [PATCH] fix date --- posts/faq/how-to-get-lbry-command-line.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posts/faq/how-to-get-lbry-command-line.md b/posts/faq/how-to-get-lbry-command-line.md index c66fb3b6..92637b7a 100644 --- a/posts/faq/how-to-get-lbry-command-line.md +++ b/posts/faq/how-to-get-lbry-command-line.md @@ -1,15 +1,15 @@ --- title: How do I get LBRY for development -date: '2015-05-24 16:00:00' +date: '2015-06-21 16:00:00' --- 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