aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-03-23 12:23:11 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-03-23 12:23:11 -0600
commit7d1aadc88140bb71fbe3d8cb1a14bd0769f4c7b1 (patch)
treeaea00d064158d8a6722af8c7dc60c37e1494fbee /README.md
parentif_wg: fix decryption failures on jumbo ingress (diff)
downloadwireguard-freebsd-7d1aadc88140bb71fbe3d8cb1a14bd0769f4c7b1.tar.xz
wireguard-freebsd-7d1aadc88140bb71fbe3d8cb1a14bd0769f4c7b1.zip
README: separate build stage
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b526c5..6bcb724 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Then, on FreeBSD 12 &amp; 13:
```
# git clone https://git.zx2c4.com/wireguard-freebsd
+# make -C wireguard-freebsd/src
# make -C wireguard-freebsd/src load install
```