summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-07-17 14:09:25 +0200
committerAlbin <albin@mullvad.net>2025-07-17 15:39:26 +0200
commitda536b4ab6cf752e6ae68556d32b15c5c84095e9 (patch)
treed4ba739f3856a8c9a2343575aabf9b49d968a46f /android/BuildInstructions.md
parent5fa630719e610608ef579d0720ecad9470325201 (diff)
downloadmullvadvpn-da536b4ab6cf752e6ae68556d32b15c5c84095e9.tar.xz
mullvadvpn-da536b4ab6cf752e6ae68556d32b15c5c84095e9.zip
Add build command to documentation
Diffstat (limited to 'android/BuildInstructions.md')
-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