diff options
Diffstat (limited to 'doc/build-openbsd.md')
-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 1d8da1143e..99daf73c86 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -11,7 +11,7 @@ Run the following as root to install the base dependencies for building. ```bash pkg_add bash git gmake libevent libtool boost -# Select the newest version of the follow packages: +# Select the newest version of the following packages: pkg_add autoconf automake python ``` |