From 68c130feca21937fbcab333afaf05b69b055d872 Mon Sep 17 00:00:00 2001 From: tianyu Date: Fri, 28 Aug 2015 10:09:10 +0800 Subject: [PATCH] Update README-CN.md --- net/cm/README-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/cm/README-CN.md b/net/cm/README-CN.md index 7690ea4..eb50480 100644 --- a/net/cm/README-CN.md +++ b/net/cm/README-CN.md @@ -2,10 +2,10 @@ ## 依赖 -这工具需要 `python3` `bypy` `python3-bs4` +这工具需要 `python3` `bypy` `python3-bs4`, `trickle` 被用来限制上传速度 ``` -apt-get install python3 python3-bs4 +apt-get install python3 python3-bs4 trickle git clone https://github.com/houtianze/bypy ```