mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
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
This commit is contained in:
parent
e9f4448b87
commit
93bd489654
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user