From e5f3dee470ef86f3b0379aeb2a55de2a0dae2317 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 26 Jan 2016 01:18:33 +0200 Subject: [PATCH] Ask Windows users to add LLVM to the system PATH --- 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 cc53d9e9..f0bf6bbc 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -108,7 +108,7 @@ Terminal and run ``clang --version``. If ``clang`` is not installed, then instal (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 `_. - Please select "Add to PATH" option on the installation step. + Please select "Add LLVM to the system PATH" option on the installation step. - **Linux**: Using package managers: ``apt-get install clang`` or ``yum install clang``. - **Other Systems**: Download the latest `Clang for the other systems `_.