release: add missing back tick in build docs

This commit is contained in:
Henry Harder 2019-12-26 16:59:10 -05:00 committed by John C. Vernaleo
parent 3eb4739b75
commit 1639d6c070

View file

@ -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 <TAG> # <TAG> is the name of the next
release/tag`