From b27e958554f1be87485c14271e1e142a3f936eea Mon Sep 17 00:00:00 2001 From: Biar Fordlander <852822425@qq.com> Date: Fri, 2 Mar 2018 16:17:50 +0800 Subject: [PATCH] Update README.md add bbr.sh introduction --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a24a7d5..5b848ab 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,18 @@ Or by this way: ```Shell  $ bash <(wget -O- http://tools.tisrop.com/ssr.sh) ``` + + +bbr.sh +------ +Auto install latest kernel for TCP BBR + +Easy way: +```Shell +  $ bash <(curl http://tools.tisrop.com/bbr.sh) +``` + +Or by this way: +```Shell +  $ bash <(wget -O- http://tools.tisrop.com/bbr.sh) +```