mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-24 04:50:21 -06:00
docs(macos): remove single executable binary build instruction
This instruction was out of date, see the issue #3305.
This commit is contained in:
14
BUILDING.md
14
BUILDING.md
@@ -133,18 +133,8 @@ $ sudo make install
|
||||
|
||||
### macOS
|
||||
|
||||
The application can be compiled to a single executable binary file, similar to
|
||||
other command line utilities, or it can be compiled to an .app bundle, suitable
|
||||
for placing in /Applications.
|
||||
|
||||
### Building a single executable binary
|
||||
|
||||
This is incredibly easy using [Homebrew](http://brew.sh). Just run this command:
|
||||
|
||||
$ brew install sqlitebrowser
|
||||
|
||||
And you're done. A "sqlitebrowser" command should now be available in your PATH,
|
||||
and can also be launched through Spotlight.
|
||||
The application can be compiled to an .app bundle, suitable for placing in
|
||||
/Applications.
|
||||
|
||||
### Building an .app bundle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user