aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ccfb1ae..2c78cf9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Add the following local manifest to your project, or include the `<remote>` and
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="zx2c4" fetch="https://git.zx2c4.com/" />
- <project remote="zx2c4" name="android_kernel_wireguard" path="kernel/wireguard" />
+ <project remote="zx2c4" name="android_kernel_wireguard" path="kernel/wireguard" sync-s="true" />
</manifest>
```