From 6463adab3c2c7ea9484c39bbe0527a63629f2da6 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 8 Jan 2020 15:08:14 -0600 Subject: [PATCH] CONTRIBUTING: git clone --recursive we are using submodules, so we need to recursive clone the repo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 622fb62..835dd0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ For docs: ### Setup - git clone https://github.com/pybricks/pybricks-api + git clone --recursive https://github.com/pybricks/pybricks-api cd pybricks-api pipenv sync --dev