aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdb3 <106488469+tdb3@users.noreply.github.com>2024-08-31 17:50:08 -0400
committertdb3 <106488469+tdb3@users.noreply.github.com>2024-08-31 17:54:39 -0400
commitddef914bbb1e4fe87e8a85f17e4e839639fd97da (patch)
treedc63ab2587292ef234640b7cd82ff2a42b6f7f67
parentbc532c915ec6ec8ca28e0b2dd00e232f0dd8f259 (diff)
doc: remove extraneous install statement
-rw-r--r--doc/build-openbsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index e10036a96b..fafc91fc5f 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