README.md: git submodule update --depth 1 (as newlib has a lot of history)

This commit is contained in:
Giacomo Tesio 2017-04-23 12:25:10 +02:00
parent e0901def6d
commit bd3884cc9c
1 changed files with 1 additions and 1 deletions

View File

@ -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