summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/BuildInstructions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index c1051c8521..399ed41ad6 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -188,6 +188,10 @@ This is supported on Linux (x86_64) as well as macOS (x86_64 and aarch64).
```
4. Build the app as usual by running for example:
```bash
+ build
+ ```
+ or
+ ```bash
./build.sh --dev-build
```
or