aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2019-08-11 23:07:59 +0200
committerGitHub <noreply@github.com>2019-08-11 23:07:59 +0200
commit1f26328c1b948d4d81ee19dcc95c4c2db5383e5b (patch)
treef15f1c4edee90030fbcad29aa93bc63d6b10ced5 /doc/build-unix.md
parente47e36cb4975b332a4d9552bc73b031ab8fd6ab1 (diff)
downloadbitcoin-1f26328c1b948d4d81ee19dcc95c4c2db5383e5b.tar.xz
doc: Update Markdown syntax for bdb packages
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index da65bc347a..f1bc770dfb 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -78,7 +78,7 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in
BerkeleyDB is required for the wallet.
-Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
+Ubuntu and Debian have their own `libdb-dev` and `libdb++-dev` packages, but these will install
BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
pass `--with-incompatible-bdb` to configure.