mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 14:40:40 +01:00
README.md: Add instructions for using Jitpack-powered SNAPSHOT builds.
This commit is contained in:
parent
81ddd50ffb
commit
4e52eb7c55
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
Loading…
Add table
Reference in a new issue