From 934babb84438831ba52d69fcf6c91a317c8756a6 Mon Sep 17 00:00:00 2001 From: Sam Ricotta Date: Mon, 2 Dec 2024 17:26:56 +0200 Subject: [PATCH] Update README.md --- covenant-signer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/covenant-signer/README.md b/covenant-signer/README.md index fccb154..b05be6b 100644 --- a/covenant-signer/README.md +++ b/covenant-signer/README.md @@ -22,7 +22,7 @@ For a refresher on setting up the bitcoin node, refer to the ## 2. Install covenant signer binary -If you havent already, download [Golang 1.21](https://go.dev/dl) and the repository. +If you havent already, download [Golang 1.21](https://go.dev/dl). Using the go version 1.21. Once installed run: @@ -30,7 +30,7 @@ Using the go version 1.21. Once installed run: go version ``` -And to clone the repository please run: +If you also still have not yet cloned the repository, run: ```shell git clone git@github.com:babylonlabs-io/covenant-emulator.git