summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 61384eb6..b472f45a 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,8 @@ In order to temporarily disable building tor you can run:
```
BUILD_TOR=false ./scripts/build_deps.sh
```
+### Custom Builds
+Please refer to to the customization [README](/app/src/custom/README.md).
### Debug APKs <a name="debug-apks"></a>
@@ -169,11 +171,6 @@ After having run `./build_deps.sh`, you can assemble debug packages for running
./gradlew assembleNormalProductionFatDebug
```
-In order to build a custom branded version of Bitmask you can run:
-```bash
-./gradlew assembleCustomProductionFatDebug
-```
-
If everything went fine, you will find the debug apks in `/bitmask_android/app/build/outputs/apk/`.
### Release APKs <a name="release-apks"></a>