mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
docs/GettingStarted.html: Fix a typo and tweak a command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40c7e4142e
commit
947431eb88
@ -818,7 +818,7 @@ git clone http://llvm.org/git/clang.git
|
||||
<tt>git-svn</tt>, run:</p>
|
||||
|
||||
<pre>
|
||||
git clone http://llvm.org/git/llvm
|
||||
git clone http://llvm.org/git/llvm.git
|
||||
cd llvm
|
||||
git svn init https://llvm.org/svn/llvm-project/llvm/trunk --username=<username>
|
||||
git config svn-remote.svn.fetch :refs/remotes/origin/master
|
||||
@ -826,7 +826,7 @@ git svn rebase -l # -l avoids fetching ahead of the git mirror.
|
||||
|
||||
# If you have clang too:
|
||||
cd tools
|
||||
git clone http://llvm.org/git/clang.git clang
|
||||
git clone http://llvm.org/git/clang.git
|
||||
cd clang
|
||||
git svn init https://llvm.org/svn/llvm-project/cfe/trunk --username=<username>
|
||||
git config svn-remote.svn.fetch :refs/remotes/origin/master
|
||||
|
Loading…
Reference in New Issue
Block a user