Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c12168b

Browse files
committedFeb 27, 2025·
Amend build instructions
1 parent 049010f commit c12168b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ios/BuildInstructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ brew install protobuf
3434
The iOS app imports Mullvad's version of `wireguard-go` as a Git submodule. Before building, this must be checked out with
3535

3636
```bash
37-
git submodule update --init ios/wireguard-apple
37+
git submodule update --init --recursive ios/wireguard-apple
3838
```
3939

4040
## Configure Xcode project

0 commit comments

Comments
 (0)
Please sign in to comment.