Added FreeBSD pkg install info. Closes #180.

This commit is contained in:
Justin Clift
2015-01-19 16:39:30 +00:00
parent a4d41be2a1
commit 823e51a917

View File

@@ -66,10 +66,15 @@ to compile it yourself using the (simple) instructions in BUILDING.md.
## FreeBSD
DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks
to [lbartoletti](https://github.com/lbartoletti) :smile:):
to [lbartoletti](https://github.com/lbartoletti) :smile:). It can be installed
using either this:
# make -C /usr/ports/databases/sqlitebrowser install
or this:
# pkg install sqlitebrowser
### Compiling
Instructions for compiling on (at least) Windows, OSX, Linux, and FreeBSD are