From 1639d6c070d904c4a716b8d8435b4d98461fa5c4 Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Thu, 26 Dec 2019 16:59:10 -0500 Subject: [PATCH] release: add missing back tick in build docs --- release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/README.md b/release/README.md index 10d1c80c..a5c96819 100644 --- a/release/README.md +++ b/release/README.md @@ -17,7 +17,7 @@ release binaries. However, on Windows, the only way to build the release binaries at the moment is by using the Windows Subsystem Linux. One can build the release binaries following these steps: -1. `git clone https://github.com/btcsuite/btcd.git +1. `git clone https://github.com/btcsuite/btcd.git` 2. `cd btcd` 3. `./build/release/release.sh # is the name of the next release/tag`