Tweak OpenBSD instructions in README.md

changed formatting around link.
This commit is contained in:
David Harrison 2019-05-13 13:11:19 +01:00 committed by GitHub
parent d3289ebc94
commit b9a2650819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ See the [Getting Started](https://github.com/jamestomasino/burrow/wiki/Getting-S
#### OpenBSD
- Install the GNU version of make via either `pkg_add gmake` or the port `devel/gmake`.
- There is no bash-completion package or port in OpenBSD. However the source code can be found at (https://github.com/scop/bash-completion).
- There is no bash-completion package or port in OpenBSD. However the source code can be found at https://github.com/scop/bash-completion
- Burrow appears to install and run without the presence of bash-completion. Exercise caution.
- As root (or via `doas`), run `gmake install`.