From 9b6d27d86055ba887981511b76c1dfeea4813a11 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 8 Apr 2021 12:17:28 +0900 Subject: [PATCH] readme: remove linux modprobe section --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 248980d..67c277a 100644 --- a/README.md +++ b/README.md @@ -154,18 +154,6 @@ It's assumed that WireGuard is installed on your system, either via the kernel m [WireGuard Installation Instructions](https://www.wireguard.com/install/) -If you're not already a WireGuard user, you may need to load the kernel module: - -```sh -modprobe wireguard -``` - -You can make the kernel module loading persistent with: - -```sh -echo wireguard > /etc/modules-load.d/wireguard.conf -``` - ### Arch ```sh