mirror of
https://github.com/ziglang/zig.git
synced 2025-02-16 09:30:17 +00:00
add --branch to fix prev edit
parent
aee2e30e16
commit
569f613217
@ -101,7 +101,7 @@ This is the generally recommended approach.
|
||||
|
||||
```
|
||||
cd ~/Downloads
|
||||
git clone --depth 1 https://github.com/llvm/llvm-project llvm-project-13
|
||||
git clone --depth 1 --branch release/13.x https://github.com/llvm/llvm-project llvm-project-13
|
||||
cd llvm-project-13
|
||||
git checkout release/13.x
|
||||
|
||||
@ -137,7 +137,7 @@ This is occasionally needed when debugging Zig's LLVM backend.
|
||||
```
|
||||
# Skip this step if you already did it for Release above.
|
||||
cd ~/Downloads
|
||||
git clone --depth 1 https://github.com/llvm/llvm-project llvm-project-13
|
||||
git clone --depth 1 --branch release/13.x https://github.com/llvm/llvm-project llvm-project-13
|
||||
cd llvm-project-13
|
||||
git checkout release/13.x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user