forked from LBRYCommunity/lbry-sdk
Need to have git installed.
You cant execute the code that follows after if you havent installed git already.
This commit is contained in:
parent
eef6312a17
commit
8743decd17
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
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
|
||||
|
|
Loading…
Reference in a new issue