We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d41be commit 823e51aCopy full SHA for 823e51a
README.md
@@ -66,10 +66,15 @@ to compile it yourself using the (simple) instructions in BUILDING.md.
66
## FreeBSD
67
68
DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks
69
-to [lbartoletti](https://github.com/lbartoletti) :smile:):
+to [lbartoletti](https://github.com/lbartoletti) :smile:). It can be installed
70
+using either this:
71
72
# make -C /usr/ports/databases/sqlitebrowser install
73
74
+or this:
75
+
76
+ # pkg install sqlitebrowser
77
78
### Compiling
79
80
Instructions for compiling on (at least) Windows, OSX, Linux, and FreeBSD are
0 commit comments