From ea7a51de8bb1b83305a76b2aac2a168b910102f8 Mon Sep 17 00:00:00 2001 From: Konstantin Levinski Date: Sun, 26 Jan 2020 00:49:26 +0800 Subject: [PATCH] use updated brew package name to get clang --- docs/getting_started.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 495ef2828ab..006b450cb87 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -153,7 +153,7 @@ Homebrew users have a number of formulas available to them. Before they can be installed, start with Doom's dependencies: #+BEGIN_SRC bash -brew install coreutils git ripgrep fd clang +brew install coreutils git ripgrep fd llvm #+END_SRC For Emacs itself these three are the best options, ordered from most to least