From 2364b7f07fe1f17f8b614760e0ca5859ee7896fe Mon Sep 17 00:00:00 2001 From: lesterli Date: Wed, 6 Nov 2024 10:20:49 +0800 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 708b3c4..89e17be 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,15 @@ A Bitcoin node is required to run the Babylon BTC Staker program. You will need If you want to check the Bitcoin node logs, you can run the following command: - ```bash - docker compose -f docker/docker-compose-bitcoin.yml logs -f bitcoind - ``` +```bash +docker compose -f docker/docker-compose-bitcoin.yml logs -f bitcoind +``` If you want to stop the Bitcoin node (and remove the synced data), you can run the following command: - ```bash - make stop-bitcoin - ``` +```bash +make stop-bitcoin +``` ## Upgrade OP-stack chain to support BTC staking