From a316b852fba00423f337bf4d0fc54f500d4e9a5e Mon Sep 17 00:00:00 2001 From: Alex Young Date: Wed, 2 Sep 2020 19:07:57 +0800 Subject: [PATCH] docs: fix macos install guide `--with-lldb --with-toolchain` are removed from https://github.com/Homebrew/homebrew-core/blob/master/Formula/llvm.rb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc656e5..845c057c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ version is LLDB 3.9 and above. - Optionally, you can install newer versions of lldb using Homebrew with ```bash - brew update && brew install --with-lldb --with-toolchain llvm + brew update && brew install llvm ``` and make sure `/usr/local/opt/llvm/bin` gets searched before `/usr/bin/`