diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-02-05 22:01:16 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-02-05 22:01:16 +0000 |
commit | ed03c9f0850bfebe3e07736a9b3f212b2e30db76 (patch) | |
tree | e5451acd0b0f571cdc68eaf91878824389255dea /INSTALL.txt | |
parent | 5846720f08a6b225484bfe663599c2b057a99bc8 (diff) |
Minor tweak to install docs
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174448 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index e8e320962b..bd2f4fe370 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -44,6 +44,6 @@ From inside the Clang build directory, run 'make install' to install the Clang compiler and header files into the prefix directory selected when LLVM was configured. -The Clang compiler is available as 'clang' and supports a gcc like command line +The Clang compiler is available as 'clang' and 'clang++'. It supports a gcc like command line interface. See the man page for clang (installed into $prefix/share/man/man1) for more information. |