Skip to content

Commit 5f001e7

Browse files
committed
docs/bdk-cli/installation.md:allow for individual copy/paste
1 parent b21e96f commit 5f001e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/bdk-cli/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ the GitHub repository, by running:
2828
```bash
2929
# all features with the blocking esplora client
3030
cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora-ureq,compiler
31+
```
3132

33+
```bash
3234
# all features with the async esplora client
3335
cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora-reqwest,compiler
36+
```
3437

38+
```bash
3539
# minimal install (only repl feature is on by default)
3640
cargo install --git https://github.com/bitcoindevkit/bdk-cli
3741
```

0 commit comments

Comments
 (0)