]> Untitled Git - bitcoindevkit.org/commitdiff
Update spending policy post to install 'bdk-cli' version from crates.io
authorSteve Myers <steve@notmandatory.org>
Thu, 25 Feb 2021 19:43:03 +0000 (11:43 -0800)
committerSteve Myers <steve@notmandatory.org>
Sat, 27 Feb 2021 01:14:35 +0000 (17:14 -0800)
content/blog/2021/spending_policy_demo.md

index 19c197c84e8ae16814b2590c4b03a3c49a2c1607..6e1f34f6b79ee3c6a07846f47f3fba7d7b6be17e 100644 (file)
@@ -30,11 +30,11 @@ In a real-world wallet a longer relative time-lock would probably be used, but w
 ## Step 0: Install a recent version `bdk-cli`
 
 ```bash
-cargo install --all-features --git https://github.com/bitcoindevkit/bdk-cli.git
+cargo install bdk-cli --features repl,electrum,esplora
 
 # confirm bdk-cli is installed
 bdk-cli --version
-BDK CLI 0.1.1-dev
+BDK CLI 0.2.0
 
 # bdk-cli usage can be explored with the `help` sub-command
 bdk-cli help