updated build doc to refer to lbryio/buildozer fork

This commit is contained in:
Akinwale Ariwodola 2018-05-03 20:00:41 +01:00
parent 3706bc5936
commit 766290a2a3

View file

@ -29,7 +29,7 @@ sudo pip install --upgrade cython==0.25.2
#### Install buildozer #### Install buildozer
A forked version of `buildozer` needs to be installed in order to copy the React Native UI source files into the corresponding directories. A forked version of `buildozer` needs to be installed in order to copy the React Native UI source files into the corresponding directories.
``` ```
git clone https://github.com/akinwale/buildozer.git git clone https://github.com/lbryio/buildozer.git
cd buildozer cd buildozer
sudo python2.7 setup.py install sudo python2.7 setup.py install
``` ```