mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-06 00:42:09 +00:00
Replace submodule update with recursive clone
parent
c3a872290c
commit
b019533764
@ -13,9 +13,8 @@
|
||||
Below are quick commands for the impatient. Detailed instructions can be found at [[Build]].
|
||||
|
||||
```zsh
|
||||
git clone https://github.com/MaskRay/ccls --depth=1
|
||||
git clone --depth=1 --recursive https://github.com/MaskRay/ccls
|
||||
cd ccls
|
||||
git submodule update --init
|
||||
cmake -H. -BRelease # This downloads prebuilt clang+llvm from releases.llvm.org
|
||||
cmake --build Release
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user