docs(macos): remove single executable binary build instruction

This instruction was out of date, see the issue #3305.
This commit is contained in:
SeongTae Jeong
2023-03-25 19:29:40 +09:00
parent b2e2a52f78
commit b7c4b5a44c

View File

@@ -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