Reputation: 13091
Trying to see should I download and install dmg for InteliJ or use brew cask install
?
What is recommendation and how to do with brew?
(looking for newest community version)
Upvotes: 3
Views: 6995
Reputation: 26
There are multiple version for intelij community and paid, for paid you need a license.Here are some links how to install inteliJ
https://treehouse.github.io/installation-guides/mac/intellij-idea-mac.html https://www.jetbrains.com/help/idea/installing-and-launching.html
With brew:-
http://macappstore.org/intellij-idea/
Install the App
Press Command+Space and type Terminal and press enter/return key. Run in Terminal app: 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 and press enter/return key. Wait for the command to finish. Run: brew cask install intellij-idea Done! You can now use IntelliJ IDEA.
Upvotes: 1