From 155d81d9b69fe4cfa7b6a379924ec07ca1d3b191 Mon Sep 17 00:00:00 2001 From: Guilherme Fabbri <49078426+the1scient@users.noreply.github.com> Date: Wed, 4 May 2022 00:46:57 +0000 Subject: [PATCH] capitalizing C++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba7c728..8c11085e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ make sure its build process is working correctly by running `yarn run rebuild-no If you are on macOS, this typically is related to Xcode issues (like not having agreed to the Terms of Service by running `sudo xcodebuild` after a fresh Xcode installation). -##### Error with `c++` on macOS when running `yarn` +##### Error with `C++` on macOS when running `yarn` If you are getting compiler errors when running `yarn` add the environment variable `export CXX=clang++`