summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-10-17 11:04:15 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-10-17 11:04:15 +0200
commit36ce4bf88d701bded43fcfbd69a6148dd214c461 (patch)
tree1fd128b98afad47e93ede9f81b14307be2258e5d
parent79a3b6a6737ce58916342cf9f452267fe83e42b3 (diff)
parent4de962364527405f299d67ea563c955b955741d5 (diff)
downloadmullvadvpn-36ce4bf88d701bded43fcfbd69a6148dd214c461.tar.xz
mullvadvpn-36ce4bf88d701bded43fcfbd69a6148dd214c461.zip
Merge remote-tracking branch 'chocolatine/docs-refine-build-instructions'
-rw-r--r--BuildInstructions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 0ba1bf5165..c3431fd678 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -1,5 +1,5 @@
These are instructions on how to build the app on desktop platforms. See the
-[readme](./README.md#building-the-app) for help build building on other platforms.
+[readme](./README.md#building-the-app) for help building on other platforms.
# Install toolchains and dependencies
@@ -195,7 +195,7 @@ After that copy the files from `gui/src/main/management_interface/` and
`gui/build/src/main/management_interface/` directories into a single directory, and set the value
of `MANAGEMENT_INTERFACE_PROTO_BUILD_DIR` to that directory while running the main build.
-When all is done run the main build. Assuming that you copied the proto files into `/tmp/management_interface_proto`
+When all is done, run the main build. Assuming that you copied the proto files into `/tmp/management_interface_proto`
directory, the build command will look as follows:
```bash
@@ -224,7 +224,7 @@ This section is for building the system service individually.
```
1. Copy the OpenVPN binaries, and our plugin for it, to the directory we will
- use as resource directory. If you want to use any other directory, you would need to copy
+ use as a resource directory. If you want to use any other directory, you would need to copy
even more files.
```bash
cp dist-assets/binaries/<platform>/openvpn[.exe] dist-assets/