summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-02-07 13:29:23 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-02-07 13:34:29 +0100
commit4c688c899d3094c0d703489fdbac7dc1c1a9408d (patch)
tree12eca5abd800501e49aee01274afc203b60d183d
parent48676ef8c7317c0ebaea453be64de6bf7ebe3ff2 (diff)
downloadmullvadvpn-4c688c899d3094c0d703489fdbac7dc1c1a9408d.tar.xz
mullvadvpn-4c688c899d3094c0d703489fdbac7dc1c1a9408d.zip
Update readme with regards to checking out wireguard-go
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aeec4cb332..46d5cf3c63 100644
--- a/README.md
+++ b/README.md
@@ -92,9 +92,9 @@ cd mullvadvpn-app
git submodule update --init
```
-On Android, Linux and macOS you also want to checkout the wireguard-go submodule recursively:
+On Android, Windows, Linux and macOS you also want to checkout the wireguard-go submodule:
```bash
-git submodule update --init --recursive --depth=1 wireguard-go-rs
+git submodule update --init wireguard-go-rs/libwg/wireguard-go
```
Further details on why this is necessary can be found in the [wireguard-go-rs crate](./wireguard-go-rs/README.md).