diff options
| author | MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> | 2024-10-13 14:43:24 +0100 |
|---|---|---|
| committer | MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> | 2024-10-17 10:09:10 +0200 |
| commit | bb7808da220ea5c2e9971fde677ada1624f35590 (patch) | |
| tree | 967b0097cf84ca9eec84ea8d32d62f69a1fcf088 | |
| parent | 908294f72e6a6e52a8ab6289757dfcfed2740cbd (diff) | |
| download | mullvadvpn-bb7808da220ea5c2e9971fde677ada1624f35590.tar.xz mullvadvpn-bb7808da220ea5c2e9971fde677ada1624f35590.zip | |
Ease reading pace
| -rw-r--r-- | BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index 2f0ba1d49b..b50d82b75d 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -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 |
