From 1288944acb6aff8b8650225e887a9035c6d446b8 Mon Sep 17 00:00:00 2001
From: Martin Delille <martin@delille.org>
Date: Sat, 11 Apr 2020 10:58:05 +0200
Subject: [PATCH] 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
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index fd1e81a..dae68f9 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
GitLab