Update stable version in doc.sbt, add getting started link to README.md (#1453)

This commit is contained in:
Chris Stewart 2020-05-21 06:17:05 -05:00 committed by GitHub
parent 47787d6765
commit f8c60cc72f
2 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,12 @@ on the JVM.
For a complete guide on how to get started with Bitcoin-S, see our website at
[Bitcoin-S.org](https://bitcoin-s.org)
### Getting started
https://bitcoin-s.org/docs/getting-setup
### Adding bitcoin-s to your library
The latest release of bitcoin-s is `v0.3.0`, here is how you can use the dependencies in your projects:
```

View file

@ -25,7 +25,7 @@ mdocExtraArguments := List("--no-link-hygiene")
// these variables gets passed to mdoc, and can be read
// from there
mdocVariables := Map(
"STABLE_VERSION" -> "0.2.0",
"STABLE_VERSION" -> "0.3.0",
"UNSTABLE_VERSION" -> version.value
)