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