diff options
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r-- | docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 7cfd67ce7157..16660acc2e5c 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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 |