Added git to linux install command

Some people dont have git installed so adding it to it solves confusion for people new to linux.
This commit is contained in:
Harwinder 2016-07-14 18:41:23 +02:00 committed by GitHub
parent 842dd90780
commit 7ffb3ea042

View file

@ -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