aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-06-01 11:56:54 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-06-01 15:27:11 +0200
commit0de29313dd9309a782b558056d7f37cdd358556a (patch)
tree21433fabfb8da57037b43a644eb2ce41e6e4c586 /README.md
parentcompat: account for lack of CSUM_SND_TAG on ≤12.2 (diff)
downloadwireguard-freebsd-0de29313dd9309a782b558056d7f37cdd358556a.tar.xz
wireguard-freebsd-0de29313dd9309a782b558056d7f37cdd358556a.zip
ci: test on 12.1 and 12.2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6bcb724..273803f 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,15 @@ 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.
+Snapshots of this may be installed from packages:
-Then, on FreeBSD 12 &amp; 13:
+```
+# pkg install wireguard
+```
+
+### Building instructions
+
+If you'd prefer to build this repo from scratch, rather than using a package, first make sure you have the latest net/wireguard-tools package installed, version ≥1.0.20210424. Then, on FreeBSD 12.1, 12.2, and 13.0:
```
# git clone https://git.zx2c4.com/wireguard-freebsd