Skip to content

Commit

Permalink
Merge pull request #224 from p2pderivatives/doc/sample-run-script-in-…
Browse files Browse the repository at this point in the history
…docker

Sample doc change to use generate_wallet script in docker
  • Loading branch information
Tibo-lg authored Jun 4, 2024
2 parents bd32cd5 + f3d5e11 commit 98d0dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 98d0dcd

Please sign in to comment.