This article explains the steps to install Screens Connect on MAC OSX using homebrew cask
- App Name – Screens Connect
- App Version – 4.9.2,20577:1572284765
- App url – https://screensconnect.com/en/
- App dmg file – packagedmglink
- App appcast link – https://updates.devmate.com/com.edovia.Screens-Connect.xml
Steps To Install Screens Connect
- Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.
- Run the following command in terminal to install brew cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
- Now install Screens Connect with the following command
brew install --cask screens-connect
- Screens Connect is installed now and ready to use!