diff options
| author | Rui Ueyama <ruiu@google.com> | 2017-05-15 22:32:34 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2017-05-15 22:32:34 +0000 |
| commit | bab29d0b5b96393182f20de9a0e99fa622c8a720 (patch) | |
| tree | eff46461e70f995088499eaac1b750fcd9ab1472 /llvm/docs | |
| parent | 2847c999093d07ec41973e2d24c3a90e23603d48 (diff) | |
| download | bcm5719-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.rst | 2 |
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 |

