forked from MSG/msg-desktop
20 lines
606 B
Org Mode
20 lines
606 B
Org Mode
[[./doc/images/init-example.gif]]
|
|
|
|
* Install from tap
|
|
** Add Tap
|
|
#+begin_src sh
|
|
brew tap MSG/apps https://forge.superkamiguru.org/MSG/homebrew-apps
|
|
#+end_src
|
|
|
|
** Install Cask
|
|
#+begin_src sh
|
|
brew install msg-desktop
|
|
#+end_src
|
|
|
|
** Security & Privacy
|
|
The first time you run the app, you will need to allow it to run in the Security
|
|
& Privacy settings of your Mac. This is because the app is not signed by Apple.
|
|
You can do this by going to System Preferences > Security & Privacy > General
|
|
and clicking "Open Anyway" next to the message about the app being blocked.
|
|
|
|
[[./doc/images/macos15.3.2-security.png]]
|