From ac9ae8686803aa1a5ab0dc7053cc0264e654ba33 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 10 Jan 2022 16:27:21 -0600 Subject: [PATCH] README: drop cloning section The information in the cloning section is already included in CONTRIBUTING.md. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 6e362e148..7d8bfeda5 100644 --- a/README.md +++ b/README.md @@ -84,15 +84,6 @@ Summing up: This gets occasionally rebased when a new MicroPython release comes out. -## Cloning - -This project uses submodules. However we don't recommend using the -`--recursive` option of `git` since it will clone unnecessary dependencies. -Instead, the required submodules will be automatically cloned the first time -you run `make`. - - git clone https://github.com/pybricks/pybricks-micropython - ## What about all the other repositories? Pybricks includes not just firmware for each LEGO hub, but also various tools, documentation, and fun projects. Here's an overview of the other repositories: