summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-05-15 22:32:34 +0000
committerRui Ueyama <ruiu@google.com>2017-05-15 22:32:34 +0000
commit04e71cb10dcbcd35462bde42c687c077462a6047 (patch)
tree9d04db8a9b06d34ba0b9fb887984c5f1f835472a /docs
parentf9716464c808729481636d34fb904cc84f7347ac (diff)
Fix git command line in the Getting Started guide.
By default, git creates "llvm-project-20170507" directory, but we want to create "llvm-project" directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 133331880395..0cb415ad764e 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -706,7 +706,7 @@ To set up a clone of all the llvm projects using a unified repository:
.. code-block:: console
% export TOP_LEVEL_DIR=`pwd`
- % git clone https://github.com/llvm-project/llvm-project-20170507/
+ % git clone https://github.com/llvm-project/llvm-project-20170507/ llvm-project
% cd llvm-project
% git config branch.master.rebase true