From 82cd8bc0447c9f147fc3c1f70f4404b99f2da871 Mon Sep 17 00:00:00 2001 From: Vishal Menon Date: Mon, 12 Jul 2021 09:09:51 +0530 Subject: [PATCH] Removed repeated line in installation.md --- content/bdk-cli/installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/bdk-cli/installation.md b/content/bdk-cli/installation.md index ac3eae9aef..e6ded74d3c 100644 --- a/content/bdk-cli/installation.md +++ b/content/bdk-cli/installation.md @@ -41,8 +41,6 @@ cargo install --git https://github.com/bitcoindevkit/bdk-cli This command may take a while to finish, since it will fetch and compile all the dependencies and the `bdk` library itself. -This command may take a while to finish, since it will fetch and compile all the dependencies and the `bdk` library itself. - Once it's done, you can check if everything went fine by running `bdk-cli --help` which should print something like this: ```text -- 2.49.0