From ddef914bbb1e4fe87e8a85f17e4e839639fd97da Mon Sep 17 00:00:00 2001 From: tdb3 <106488469+tdb3@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:50:08 -0400 Subject: [PATCH] doc: remove extraneous install statement --- 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 e10036a96b2..fafc91fc5f1 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -90,7 +90,7 @@ There is an included test suite that is useful for testing code changes when dev To run the test suite (recommended), you will need to have Python 3 installed: ```bash -pkg_add install python # Select the newest version of the package. +pkg_add python # Select the newest version of the package. ``` ## Building Bitcoin Core