summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitbab29d0b5b96393182f20de9a0e99fa622c8a720 (patch)
treeeff46461e70f995088499eaac1b750fcd9ab1472 /llvm/docs
parent2847c999093d07ec41973e2d24c3a90e23603d48 (diff)
downloadbcm5719-llvm-bab29d0b5b96393182f20de9a0e99fa622c8a720.tar.gz
bcm5719-llvm-bab29d0b5b96393182f20de9a0e99fa622c8a720.zip
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. llvm-svn: 303124
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 13333188039..0cb415ad764 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud