From ae8414483dc6681f0790bd9aa637e6e5c2c8f949 Mon Sep 17 00:00:00 2001 From: tianyu Date: Fri, 28 Aug 2015 10:08:33 +0800 Subject: [PATCH] Update README.md --- net/cm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/cm/README.md b/net/cm/README.md index bf35938..6e3d4f5 100644 --- a/net/cm/README.md +++ b/net/cm/README.md @@ -2,10 +2,10 @@ This script will download `*.zip` and `*.img` files from [http://download.cyanog ## Dependency -This tool requires `python3` `bypy` `python3-bs4` +This tool requires `python3` `bypy` `python3-bs4`, `trickle` is used for limiting upload speed. ``` -apt-get install python3 python3-bs4 +apt-get install python3 python3-bs4 trickle git clone https://github.com/houtianze/bypy ```