mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-20 13:44:59 +01:00
Update stable version in doc.sbt, add getting started link to README.md (#1453)
This commit is contained in:
parent
47787d6765
commit
f8c60cc72f
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue