From 766290a2a322b919fa01c00807fc718be7d9f8d1 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 3 May 2018 20:00:41 +0100 Subject: [PATCH] updated build doc to refer to lbryio/buildozer fork --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index d557eda8..838eb561 100644 --- a/BUILD.md +++ b/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 ```