From 6d38eba1486332ff5ee702471af4f63e1fffcc4c Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 21 Jun 2016 17:10:24 -0400 Subject: [PATCH] whoops --- postsdfaqdhow-to-get-lory-command-line.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 postsdfaqdhow-to-get-lory-command-line.md diff --git a/postsdfaqdhow-to-get-lory-command-line.md b/postsdfaqdhow-to-get-lory-command-line.md deleted file mode 100644 index c66fb3b6..00000000 --- a/postsdfaqdhow-to-get-lory-command-line.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: How do I get LBRY for development -date: '2015-05-24 16:00:00' ---- - -In order to run lbry from command line, you need more than the packaged app/deb. - -######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 Ubuntu or Mint you can install the prerequisites and lbrynet by running - - sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev python-pip - git clone https://github.com/lbryio/lbry.git - cd lbry - sudo python setup.py install