Skip to content

Commit 823e51a

Browse files
committed
Added FreeBSD pkg install info. Closes sqlitebrowser#180.
1 parent a4d41be commit 823e51a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,15 @@ to compile it yourself using the (simple) instructions in BUILDING.md.
6666
## FreeBSD
6767

6868
DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks
69-
to [lbartoletti](https://github.com/lbartoletti) :smile:):
69+
to [lbartoletti](https://github.com/lbartoletti) :smile:). It can be installed
70+
using either this:
7071

7172
# make -C /usr/ports/databases/sqlitebrowser install
7273

74+
or this:
75+
76+
# pkg install sqlitebrowser
77+
7378
### Compiling
7479

7580
Instructions for compiling on (at least) Windows, OSX, Linux, and FreeBSD are

0 commit comments

Comments
 (0)