diff --git a/README.md b/README.md index 52b1353..955a54b 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,22 @@ Hero scripts of machete. 爬虫采集到的数据结构见Machete项目的TaJian皮肤文档。 + +## 目录/文件说明 + +* bot - 针对各大平台的网页HTML解析类 +* bypass - 针对各大平台的常用域名收集 +* test - 类库测试代码 +* install_cloud.sh - hero服务端安装(非必需) +* install_hero.sh - hero客户端安装 + + +## 使用方法 + +下载本源码到本地后,执行下面命令安装依赖包: +``` +npm install +``` + +如果你对npm和node不熟悉,请自行了解。 +