From a634ef3b34d0b2b4233815355824f4c433525f24 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Tue, 22 Dec 2015 10:52:39 +0000 Subject: [PATCH] README.md: fix submodule initialization --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a868b49..3f15fae 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ 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 - ./hacking/devshell.sh # start a shell with appropriate environment - ./hacking/continuous-build.sh # to build everything - ./hacking/runOver9P.sh # to start the system in QEMU - ./hacking/drawterm.sh # to connect Jehanne with drawterm + git submodule init # we have a lot of submodules + git submodule update --init --recursive --remote + ./hacking/devshell.sh # start a shell with appropriate environment + ./hacking/continuous-build.sh # to build everything + ./hacking/runOver9P.sh # to start the system in QEMU + ./hacking/drawterm.sh # to connect Jehanne with drawterm ## Hacking