From b01953376485e6de3f3b62ac93361a4667ca57b6 Mon Sep 17 00:00:00 2001 From: nikoargo Date: Tue, 30 Oct 2018 16:47:40 -0400 Subject: [PATCH] Replace submodule update with recursive clone --- Getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ```