diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-06-07 23:04:20 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-06-07 23:04:20 +0200 |
commit | b1f662b859ff4e8f28ede49a0ab2589920de9726 (patch) | |
tree | 921b35d84e550a916bc7b03d40a59988bedcf301 /doc | |
parent | 9dae9f5f1e2bf29f58d3f49b0c612063d883b8b3 (diff) |
doc: Fix command in "OpenBSD Build Guide"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-openbsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 6b2d404427..afbb5c8e75 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -34,7 +34,7 @@ It is not necessary to build wallet functionality to run either `bitcoind` or `b `sqlite3` is required to support [descriptor wallets](descriptors.md). ``` bash -pkg_add install sqlite3 +pkg_add sqlite3 ``` ###### Legacy Wallet Support |