Skip to content

Commit 05fcf06

Browse files
Link to crates.io to get $VERSION
Links to the `payjoin-cli` crates.io page to allow anyone following the README instructions to easily find the latest usable version
1 parent 8f68d8d commit 05fcf06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

payjoin-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# payjoin-cli
1+
# `payjoin-cli`
22

3-
## A command-line payjoin client for bitcoind in rust
3+
## A command-line payjoin client for bitcoind in Rust
44

55
The `payjoin-cli` client enables sending and receiving of [BIP 78 Payjoin V1](https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki) and [Draft BIP Payjoin V2](https://github.com/bitcoin/bips/pull/1483) transactions. By default it supports Payjoin V1, and the `v2` feature sends and receives both since the protocol is backwards compatible. The implementation is built on [Payjoin Dev Kit](https://payjoindevkit.org).
66

77
While this code and design has had significant testing, it is still alpha-quality experimental software. Use at your own risk.
88
Independent audit is welcome.
99

10-
## Install payjoin-cli
10+
## Install `payjoin-cli`
1111

1212
```console
1313
cargo install payjoin-cli --version $VERSION
1414
```
1515

16-
where `$VERSION` is the latest version of the payjoin-cli you wish to install.
16+
where `$VERSION` is the [latest version](https://crates.io/crates/payjoin-cli) of the payjoin-cli you wish to install.
1717

1818
Get a list of commands and options:
1919

0 commit comments

Comments
 (0)