From bd3884cc9c388e38396a45f07b609f643737c182 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sun, 23 Apr 2017 12:25:10 +0200 Subject: [PATCH] README.md: git submodule update --depth 1 (as newlib has a lot of history) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e34e42..4352e98 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For example on Debian GNU/Linux you should be able to get going with After the repository clone, you can give a look with git submodule init # we have a lot of submodules - git submodule update --init --recursive --remote + git submodule update --init --recursive --remote --depth 1 ./hacking/devshell.sh # start a shell with appropriate environment ./hacking/continuous-build.sh # to build everything (will take a while) ./hacking/runOver9P.sh # to start the system in QEMU