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