From 7ffb3ea04220c593ad1dc7da26c29164458ea9d5 Mon Sep 17 00:00:00 2001 From: Harwinder Date: Thu, 14 Jul 2016 18:41:23 +0200 Subject: [PATCH] Added git to linux install command Some people dont have git installed so adding it to it solves confusion for people new to linux. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 23491e60c..8bf9f8917 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,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