From 88cbd2156e2bd826208131b6115ca5dad874ff08 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Tue, 18 Nov 2014 10:56:07 -0700 Subject: [PATCH] Clarify build instructions. Closes #1893 --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cf81ca01d9e..7c24c6ca3d8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ The process for contributing to any of the Elasticsearch repositories is similar Please make sure you have signed the [Contributor License Agreement](http://www.elasticsearch.org/contributor-agreement/). We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once. -### Run the tests and build process +### Testing and building To ensure that your changes will not break other functionality, please run the test suite and build process before submitting your pull request. @@ -20,6 +20,8 @@ Once that is complete just run: grunt test build ``` +Distributable, built packages can be found in `target/` after the build completes. + #### Development Environment Setup - Install node.js (we recommend using [nvm](https://github.com/creationix/nvm))