aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5596904..8b526c5 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,11 @@ This is a kernel module for FreeBSD to support [WireGuard](https://www.wireguard
First make sure you have the latest net/wireguard package installed, version ≥1.0.20210315.
-Then, on FreeBSD 13.0:
+Then, on FreeBSD 12 & 13:
```
-# pkg install wireguard
# git clone https://git.zx2c4.com/wireguard-freebsd
-# cd wireguard-freebsd/src
-# make load
-# make install
+# make -C wireguard-freebsd/src load install
```
After that, it should be possible to use `wg(8)` and `wg-quick(8)` like usual, but with the faster kernel implementation.