From 7047e58ba46bf15c46b9b9f7581741aa1e2aace5 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sun, 11 Feb 2018 11:41:06 +0300 Subject: [PATCH] #165 explained --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 165cae47..cb469e6c 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,9 @@ that XSL is much more suitable for manipulations with data than Java. ## How to contribute? -Read [`CONTRIBUTING.md`](https://github.com/yegor256/jpeek/blob/master/CONTRIBUTING.md) +Just fork, make changes, run `mvn clean install -Pqulice` and submit +a pull request; read [this](http://www.yegor256.com/2014/04/15/github-guidelines.html), +if lost. ## Contributors