summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-03-27 16:11:07 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-03-27 16:11:07 +0200
commit7f7f4f82038f54808bd3632196bd341ab0350748 (patch)
tree866bbeb1348c298f5ab9d8e4252bd2575f47da58 /android
parentddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff)
parenta7fcfeee3cf86593a4192c813b125a71a1bbf63a (diff)
downloadmullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.tar.xz
mullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.zip
Merge branch 'fix-many-typos'
Diffstat (limited to 'android')
-rw-r--r--android/BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index 5a49fe8837..7ef56a54c6 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -19,7 +19,7 @@ Run the following command to trigger a full debug build:
### Release build
1. Configure a signing key by following [these instructions](#configure-signing-key).
-2. Run the following command after setting the `ANDROID_CREDENTIALS_DIR` enviroment variable to the
+2. Run the following command after setting the `ANDROID_CREDENTIALS_DIR` environment variable to the
directory configured in step 1:
```bash
../building/containerized-build.sh android --app-bundle
@@ -32,7 +32,7 @@ therefore not recommended.
*: A container is still used to build `wireguard-go`.
-### Setup build enviroment
+### Setup build environment
These steps explain how to manually setup the build environment on a Linux system.
#### 1. Install `podman`