We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21e96f commit 5f001e7Copy full SHA for 5f001e7
docs/bdk-cli/installation.md
@@ -28,10 +28,14 @@ the GitHub repository, by running:
28
```bash
29
# all features with the blocking esplora client
30
cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora-ureq,compiler
31
+```
32
33
+```bash
34
# all features with the async esplora client
35
cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora-reqwest,compiler
36
37
38
39
# minimal install (only repl feature is on by default)
40
cargo install --git https://github.com/bitcoindevkit/bdk-cli
41
```
0 commit comments