From 8743decd17cf5a8398ab152e911d8b9bb0bb82a3 Mon Sep 17 00:00:00 2001 From: Harwinder Date: Fri, 15 Jul 2016 20:01:25 +0200 Subject: [PATCH] Need to have git installed. You cant execute the code that follows after if you havent installed git already. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6336272da..091acd711 100644 --- a/FAQ.md +++ b/FAQ.md @@ -12,7 +12,7 @@ You can install LBRY command line by running `curl -sL https://rawgit.com/lbryio 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 + sudo apt-get install libgmp3-dev build-essential python2.7 python2.7-dev python-pip git git clone https://github.com/lbryio/lbry.git cd lbry sudo python setup.py install