mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +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
2847c99909
commit
bab29d0b5b
@ -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…
Reference in New Issue
Block a user