From 205b796175c67a0d5a1f28037497daac2ab70167 Mon Sep 17 00:00:00 2001 From: Noah Santschi-Cooney Date: Mon, 23 Nov 2020 13:48:14 +0000 Subject: [PATCH] Added note to checkout any submodules before building --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index 1b73456078..b95c0f8a4e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -26,6 +26,8 @@ brew install cmake sourcegraph/brew/llvm@10 binutils # Installation +Make sure to checkout any submodules, either with `git clone --recurse-submodules ...` or `git submodule update --init --recursive` + ### Ubuntu ```sh