Merge pull request #74 from llllIHARWINDERIllll/patch-3

Need to have git installed
This commit is contained in:
Job Evers‐Meltzer 2016-07-15 13:42:21 -05:00 committed by GitHub
commit 0dac5943bb

2
FAQ.md
View file

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