Minor tweak to install docs

llvm-svn: 174448
This commit is contained in:
Douglas Gregor 2013-02-05 22:01:16 +00:00
parent 8ae67871b4
commit 948321e328
1 changed files with 1 additions and 1 deletions

View File

@ -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.