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 `_.