From f3d5e11b9cd3cc60798d9532d2bfd6a4d24ed40f Mon Sep 17 00:00:00 2001 From: Tibo-lg Date: Tue, 4 Jun 2024 15:13:27 +0900 Subject: [PATCH] Sample doc change to use generate_wallet script in docker --- sample/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/Readme.md b/sample/Readme.md index 15933560..e48b1879 100644 --- a/sample/Readme.md +++ b/sample/Readme.md @@ -12,7 +12,7 @@ To give a quick try to this sample, run the following set of commands (assuming ```bash docker-compose --profile oracle up -d -../scripts/create_wallets.sh +docker compose exec bitcoind /scripts/create_wallets.sh cargo run ./examples/configurations/alice.yml ```