From 7b77e3cddacb56935b217577cdae7e76d204b2f5 Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Sun, 26 Feb 2023 19:50:38 +0800 Subject: [PATCH] Update README.md --- docs/getting-started/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index d4d6581..66aa216 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -6,7 +6,7 @@ Use `uname -r` to check the kernel version on your machine. -> **Notes** +> **Note** > If you find your kernel version is `< 5.8`, follow the [**Upgrade Guide**](./kernel-upgrade.md) to upgrade the kernel to the minimum required version. **Bind to LAN: >= 5.8** @@ -49,7 +49,7 @@ Check them using command like: (zcat /proc/config.gz || cat /boot/{config,config-$(uname -r)}) | grep -E 'CONFIG_(DEBUG_INFO_BTF|NET_CLS_ACT|NET_SCH_INGRESS|NET_INGRESS|NET_EGRESS)=' ``` -> **Notes** +> **Note** > `Armbian` users can follow the [**Upgrade Guide**](./kernel-upgrade.md) to upgrade the kernel to meet the kernel configuration requirement. ## Kernel Parameters