summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-10-21 09:04:19 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-10-30 12:09:19 +0100
commitee7c39d0b44c9aa09ef24369f99869a9b3b4ff20 (patch)
treed3aa4dfadf33421d4dfbdcaa5ba5f471f92d1175
parentb0083b7d5abf1256ad18f3b6be8ee9c525868575 (diff)
downloadmullvadvpn-ee7c39d0b44c9aa09ef24369f99869a9b3b4ff20.tar.xz
mullvadvpn-ee7c39d0b44c9aa09ef24369f99869a9b3b4ff20.zip
Update build instructions to no longer suggest sourcing `env.sh`
-rw-r--r--BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index dfbf764f67..3947de3530 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -257,7 +257,7 @@ On Linux, you may also have to specify `USE_SYSTEM_FPM=true` to generate the deb
This section is for building the system service individually.
-1. Source `env.sh` to set the default environment variables:
+1. On macOS, source `env.sh` to set the default environment variables:
```bash
source env.sh
```