azkaban-aplcache
Changes
README.md 19(+18 -1)
Details
README.md 19(+18 -1)
diff --git a/README.md b/README.md
index 9c60dd7..a4436e1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://gitter.im/azkaban-workflow-engine/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-## Building Azkaban
+## Build
Azkaban builds use Gradle and requires Java 8 or higher.
The following set of commands run on *nix platforms like Linux, OS X.
@@ -24,6 +24,23 @@ The following set of commands run on *nix platforms like Linux, OS X.
./gradlew build -x test
```
+### Build a release
+
+Pick a release from [the release page](https://github.com/azkaban/azkaban/releases).
+Find the tag corresponding to the release.
+
+Check out the source code corresponding to that tag.
+e.g.
+
+`
+git checkout 3.30.1
+`
+
+Build
+```
+./gradlew clean build
+```
+
## Documentation
Documentation is available at [azkaban.github.io](http://azkaban.github.io).
The source code for the documentation is in the [gh-pages](https://github.com/azkaban/azkaban/tree/gh-pages) branch.