diff --git a/Getting-started.md b/Getting-started.md index ba0a059..76a7030 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -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 ```