Skip to content

Commit ddef914

Browse files
committed
doc: remove extraneous install statement
1 parent bc532c9 commit ddef914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/build-openbsd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There is an included test suite that is useful for testing code changes when dev
9090
To run the test suite (recommended), you will need to have Python 3 installed:
9191

9292
```bash
93-
pkg_add install python # Select the newest version of the package.
93+
pkg_add python # Select the newest version of the package.
9494
```
9595

9696
## Building Bitcoin Core

0 commit comments

Comments
 (0)