diff --git a/README.md b/README.md index 7aaf4aa..75ce7c5 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # DutchPickle +## Build + +1. Install `gradle` build tool. +2. Clone [DutchPickle](https://github.com/tiobe/DutchPickle) Git repository. + ``` + git clone https://github.com/tiobe/DutchPickle.git + ``` +3. Navigate to the source directory and build the tool. + ``` + cd DutchPickle + gradle build + ``` + As a result, the distributions will be created in `.\build\distributions` directory.