updated build doc to refer to lbryio/buildozer fork
This commit is contained in:
parent
3706bc5936
commit
766290a2a3
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -29,7 +29,7 @@ sudo pip install --upgrade cython==0.25.2
|
|||
#### 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.
|
||||
```
|
||||
git clone https://github.com/akinwale/buildozer.git
|
||||
git clone https://github.com/lbryio/buildozer.git
|
||||
cd buildozer
|
||||
sudo python2.7 setup.py install
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue