Skip to content

Instantly share code, notes, and snippets.

@davps
Last active December 21, 2020 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davps/ebffb93fcfb3e042ea4f to your computer and use it in GitHub Desktop.
Save davps/ebffb93fcfb3e042ea4f to your computer and use it in GitHub Desktop.
Install Spring STS on Mac OS X

=== Install Spring STS on Mac OS X El Capitan using HomeBrew

First, install homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then install cask (https://github.com/caskroom/homebrew-cask)

$ brew install caskroom/cask/brew-cask

and finally install Spring STS

$ brew cask install sts

Java must be installed too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment