From 68b78879fdf9c5559447a09fec6d4b46f33c8421 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 9 Feb 2022 22:26:02 -0600 Subject: [PATCH] Update docs --- docs/bbr-zh.md | 2 +- docs/bbr.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/bbr-zh.md b/docs/bbr-zh.md index 3298538..3ceb6bf 100644 --- a/docs/bbr-zh.md +++ b/docs/bbr-zh.md @@ -18,7 +18,7 @@ Google BBR已经被内置于Linux内核4.9及更高版本中,但是需要手 Amazon Linux 2提供过经过验证的新版Linux内核,并可以通过启用预置的Extras库安装。 -1. 启用 `kernel-ng` Extras 库 +1. 从Extras库安装 `kernel-ng` ```bash sudo amazon-linux-extras install kernel-ng ``` diff --git a/docs/bbr.md b/docs/bbr.md index 15d2147..3ed620f 100644 --- a/docs/bbr.md +++ b/docs/bbr.md @@ -16,9 +16,9 @@ Generally speaking, the kernel versions of Ubuntu 18.04+, Debian 10+, CentOS 8+ ### Amazon Linux 2 -Amazon Linux 2 provides newer versions of the verified Linux kernel, which can be installed by enabling the "Extras" repository. +Amazon Linux 2 provides newer versions of the verified Linux kernel, which can be installed from the Extras repository. -1. Enable the `kernel-ng` Extras repository +1. Install `kernel-ng` from the Extras repository ```bash sudo amazon-linux-extras install kernel-ng ```