From 9fedfbf9e25c0a5c2e25ad12193b666e094a4ccb Mon Sep 17 00:00:00 2001 From: Evgeny Chernyavskiy Date: Mon, 5 Apr 2021 18:06:07 -0400 Subject: [PATCH] SublimeText: update installation instructions - add Homebrew command (#328) --- SublimeText/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SublimeText/README.md b/SublimeText/README.md index bde05b4d..f37221df 100755 --- a/SublimeText/README.md +++ b/SublimeText/README.md @@ -4,7 +4,13 @@ ## Installation -[Download](http://www.sublimetext.com/) the **.dmg** file and drag-and-drop it to the **Applications** folder. +Install using Homebrew: + +```sh +brew install --cask sublime-text +``` + +Or [download](https://www.sublimetext.com/) the **.dmg** file and drag-and-drop it to the **Applications** folder. ## Use CLI to open file