]> granicus.if.org Git - llvm/commitdiff
[doc] Fix Getting Started typo.
authorJoel Galenson <jgalenson@google.com>
Mon, 30 Jul 2018 15:14:24 +0000 (15:14 +0000)
committerJoel Galenson <jgalenson@google.com>
Mon, 30 Jul 2018 15:14:24 +0000 (15:14 +0000)
This makes it easier for someone to copy-paste this line, change the path, and run the command.

Differential Revision: https://reviews.llvm.org/D49201

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338254 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 7cfd67ce715796511719720dedc4009646d8266e..16660acc2e5c4497ce96ccf7958ac5f462399ea0 100644 (file)
@@ -838,7 +838,7 @@ To configure LLVM, follow these steps:
 
    .. code-block:: console
 
-     % cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=prefix=/install/path
+     % cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/install/path
        [other options] SRC_ROOT
 
 Compiling the LLVM Suite Source Code