From 05277af5a7fc2dff0ef08fc7ecf3d9a2eaebbb74 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 10 Apr 2016 01:46:28 +0300 Subject: [PATCH] Add link to XCode --- docs/ide/atom.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 68fbc5b9..cfc8c8fe 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -93,7 +93,8 @@ 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 along with the latest Command Line Tools +- **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`` - **Windows**: Download the latest `Clang for Windows `_.