How to Install Sublime Text 3 using Homebrew

前端 未结 6 1400
青春惊慌失措
青春惊慌失措 2021-01-30 00:33

How can I use homebrew cask to install Sublime Text 3? I only see sublime text 2 in the repos. I even tried tapping homebrew/versions, but no luck.

Thanks!

EDIT:

6条回答
  •  有刺的猬
    2021-01-30 01:19

    As per latest updates, caskroom packages have moved to homebrew. So try following commands:

    brew tap homebrew/cask
    brew cask install sublime-text
    

    These 2 terminal commands will be enough for installing sublime.

提交回复
热议问题