diff options
author | David Haberthür <email@davidhaberthuer.ch> | 2021-01-29 11:50:41 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-01-29 12:08:54 +0100 |
commit | 3345e3fa4a71c51f8687e8671a11edb6b36ffa7d (patch) | |
tree | 91e645a08080c2d68926713b436721f02e3f20d1 | |
parent | 25cc204100ed624aff8ff50f9c81f9b68644032b (diff) |
Updating install command for Homebrew
According to https://formulae.brew.sh/cask/jitsi-meet#default
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Download our latest release and you're off to the races! For *macOS* user, you can install the application using the following command: ``` -brew cask install jitsi-meet +brew install --cask jitsi-meet ``` ### Using it with your own Jitsi Meet installation |