From b1f662b859ff4e8f28ede49a0ab2589920de9726 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 7 Jun 2022 23:04:20 +0200 Subject: [PATCH] doc: Fix command in "OpenBSD Build Guide" --- doc/build-openbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 6b2d4044279..afbb5c8e758 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