From 4e52eb7c55fbd0cf1e031c31b5f54c069bfb4031 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sun, 24 Feb 2019 23:16:08 -0800 Subject: [PATCH] README.md: Add instructions for using Jitpack-powered SNAPSHOT builds. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index daff7713..5192ef6c 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,13 @@ These are found in the `examples` module. ### Where next? Now you are ready to [follow the tutorial](https://bitcoinj.github.io/getting-started). + +### Testing a SNAPSHOT build + +Building apps with official releases of **bitcoinj** is covered in the [tutorial](https://bitcoinj.github.io/getting-started). + +If you want to develop or test your app with a [Jitpack](https://jitpack.io)-powered build of the latest `master` or `release-0.15` branch of **bitcoinj** follow the dynamically-generated instructions for that branch by following the correct link. + + +* [master](https://jitpack.io/#bitcoinj/bitcoinj/master-SNAPSHOT) branch +* [release-0.15](https://jitpack.io/#bitcoinj/bitcoinj/release-0.15-SNAPSHOT) branch \ No newline at end of file