Update README.md

This commit is contained in:
Tianqi Chen 2015-07-03 21:59:40 -07:00
parent 53a18635ee
commit 4d436a3cb0

View File

@ -29,3 +29,7 @@ This section is about blogposts, presentation and videos discussing how to use x
Contribution
====
Contribution of documents and use-cases are welcomed!
* This package use Google C++ style
* Check tool of codestyle
- clone https://github.com/dmlc/dmlc-core into root directory
- type ```make lint``` and fix possible errors.