Merge pull request #35 from Munchotaur/readme-bsd

Readme bsd
This commit is contained in:
James Tomasino 2019-05-24 08:48:24 -04:00 committed by GitHub
commit 4c011fc82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -15,9 +15,19 @@ See the [Getting Started](https://github.com/jamestomasino/burrow/wiki/Getting-S
### Install on BSD systems
#### FreeBSD
- Installing bash-completion via either `pkg install bash-completion` or via the `shells/bash-completion` port.
- Installing the GNU version of make via either `pkg install gmake` or the `port devel/gmake`.
- Rather than running `sudo make install`, run `sudo gmake install`.
- Rather than using `sudo make install`, run `sudo gmake install`.
#### 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
- Burrow appears to install and run without the presence of bash-completion. Exercise caution.
- As root (or via `doas`), run `gmake install`.
### Uninstall