diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 13:29:23 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 13:34:29 +0100 |
| commit | 4c688c899d3094c0d703489fdbac7dc1c1a9408d (patch) | |
| tree | 12eca5abd800501e49aee01274afc203b60d183d | |
| parent | 48676ef8c7317c0ebaea453be64de6bf7ebe3ff2 (diff) | |
| download | mullvadvpn-4c688c899d3094c0d703489fdbac7dc1c1a9408d.tar.xz mullvadvpn-4c688c899d3094c0d703489fdbac7dc1c1a9408d.zip | |
Update readme with regards to checking out wireguard-go
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |
