diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 02:14:53 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 02:20:47 -0600 |
commit | da9d300cf8b50d1cf629b7fa4423d122a74a6871 (patch) | |
tree | ab86f60a6d992fc9f385a36d4de8fcd4ef9c551e /README.md | |
parent | 59c99297141fe247e9b3fa895b3f779d9ac6eadf (diff) |
main: now that we're upstreamed, relax Linux warning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |