diff options
author | Martin Delille <martin@delille.org> | 2020-04-11 10:58:05 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-12 20:47:47 +0200 |
commit | 1288944acb6aff8b8650225e887a9035c6d446b8 (patch) | |
tree | 7342db1dfd87c22742ae35a644f043a72b405678 | |
parent | 6ce4e51071b886ea804fa3ff182c3d89eca874f9 (diff) |
Add homebrew cask formula for MacOS
It was not clear that the cask formula was available for this promising app: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/jitsi-meet.rb
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -35,6 +35,14 @@ sudo apt-get install libnss3 </details> +### Homebrew + +For *MacOS* user, you can install the application using the following command: + +``` +brew cask install jitsi-meet +``` + ### Using it with your own Jitsi Meet installation In order to use this application with your own Jitsi Meet installation it's |