diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-03-26 03:49:21 +0200 |
|---|---|---|
| committer | Oskar Nyberg <3668602+raksooo@users.noreply.github.com> | 2023-03-27 14:08:15 +0000 |
| commit | a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93 (patch) | |
| tree | d440fa99e7bbb869a3b5c65fb0957380dd53c792 /android/BuildInstructions.md | |
| parent | ddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff) | |
| download | mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.tar.xz mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.zip | |
Fix many typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'android/BuildInstructions.md')
| -rw-r--r-- | android/BuildInstructions.md | 4 |
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` |
