From: Steve Myers Date: Thu, 25 Feb 2021 19:43:03 +0000 (-0800) Subject: Update spending policy post to install 'bdk-cli' version from crates.io X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.CommandStringError.html?a=commitdiff_plain;h=743ffd3fd77ffad46fa7171784fb26cf9660de91;p=bitcoindevkit.org Update spending policy post to install 'bdk-cli' version from crates.io --- diff --git a/content/blog/2021/spending_policy_demo.md b/content/blog/2021/spending_policy_demo.md index 19c197c84e..6e1f34f6b7 100644 --- a/content/blog/2021/spending_policy_demo.md +++ b/content/blog/2021/spending_policy_demo.md @@ -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