-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91f44a2
commit 934babb
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ 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: | ||
|
||
```shell | ||
go version | ||
``` | ||
|
||
And to clone the repository please run: | ||
If you also still have not yet cloned the repository, run: | ||
|
||
```shell | ||
git clone [email protected]:babylonlabs-io/covenant-emulator.git | ||
|