diff --git a/Readme.md b/Readme.md index 308c66d..8d7c4c7 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,17 @@ # bash-ip > `bash-ip` 类似于linux下的简单版的ip命令工具. 目前只实现了几个用法, 后续会慢慢完善。 -## versions + +## 安装 +```bash +npm i bash-ip -g +``` + + + +## 版本更新信息 +- 0.0.2 (2018/05/15) + * 删除多余的测试模块 - 0.0.1 (2018/05/15) * 发布0.0.1版 diff --git a/index.js b/index.js index 8bee442..2829a37 100755 --- a/index.js +++ b/index.js @@ -3,7 +3,6 @@ require('es.shim') const os = require('os') const path = require('path') -const pg = require('progress') const cp = require('child_process') const chalk = require('chalk') diff --git a/package.json b/package.json index cc5907e..c1d6128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bash-ip", - "version": "0.0.1", + "version": "0.0.2", "description": "类似于linux下的简单版的ip命令工具", "main": "index.js", "bin": {