From 743ffd3fd77ffad46fa7171784fb26cf9660de91 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 25 Feb 2021 11:43:03 -0800 Subject: [PATCH] Update spending policy post to install 'bdk-cli' version from crates.io --- content/blog/2021/spending_policy_demo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.0