From 823e51a917d49ecada7690c07772b937ac65794a Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 19 Jan 2015 16:39:30 +0000 Subject: [PATCH] Added FreeBSD pkg install info. Closes #180. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd1a817..33f0149a 100644 --- a/README.md +++ b/README.md @@ -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