Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 405 Bytes

What's the CustomizedTools

An intelligent troubleshooting tool.

How to Build

Install Maven 3.x and Java 1.7 or higher, enter the following commands:

$ git clone git@github.com:kylinsoong/CustomizedTools.git
$ cd CustomizedTools
$ mvn clean install -P release

you will find distribution CustomizedTools-${version}-dist.zip under "build/target" directory once the build is completed.