From 2884c8b641490b7584720dd2be4df84e62930e40 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 15 Apr 2016 14:03:15 +0300 Subject: [PATCH] Update link to Apple Xcode --- docs/ide/atom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index e63c1a97..b874107f 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -93,7 +93,7 @@ PlatformIO IDE uses `clang `_ for the Intelligent Code Au To check that ``clang`` is available in your system, please open Terminal and run ``clang --version``. If ``clang`` is not installed, then install it: -- **Mac OS X**: `Install the latest Xcode `_ +- **Mac OS X**: `Install the latest Xcode `_ along with the latest Command Line Tools (they are installed automatically when you run ``clang`` in Terminal for the first time, or manually by running ``xcode-select --install``