aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-05-02 02:14:53 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-05-02 02:20:47 -0600
commitda9d300cf8b50d1cf629b7fa4423d122a74a6871 (patch)
treeab86f60a6d992fc9f385a36d4de8fcd4ef9c551e /README.md
parentREADME: specify go 1.13 (diff)
downloadwireguard-go-da9d300cf8b50d1cf629b7fa4423d122a74a6871.tar.xz
wireguard-go-da9d300cf8b50d1cf629b7fa4423d122a74a6871.zip
main: now that we're upstreamed, relax Linux warning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c8507e..ea3d7cb 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ To run with more logging you may set the environment variable `LOG_LEVEL=debug`.
### Linux
-This will run on Linux; however **YOU SHOULD NOT RUN THIS ON LINUX**. Instead use the kernel module; see the [installation page](https://www.wireguard.com/install/) for instructions.
+This will run on Linux; however you should instead use the kernel module, which is faster and better integrated into the OS. See the [installation page](https://www.wireguard.com/install/) for instructions.
### macOS