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