From c705156ee47125590f25df8aebb54d78e4a35c6e Mon Sep 17 00:00:00 2001 From: Gianmarco Bernasconi Date: Tue, 25 Sep 2018 09:16:57 +0200 Subject: [PATCH 1/2] submodule command missing --- book/duckumentation/10_contributing/41_workflow.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/book/duckumentation/10_contributing/41_workflow.md b/book/duckumentation/10_contributing/41_workflow.md index 59beb13..7b13479 100644 --- a/book/duckumentation/10_contributing/41_workflow.md +++ b/book/duckumentation/10_contributing/41_workflow.md @@ -44,6 +44,16 @@ TODO: re-make image Check out the forked repository as you would do normally. +### Initialize your folder + +When compiling a book for the first time, you need to run: + + $ dts submodule init + +And: + + $ dts submodule update + ### Do your edits eeeee Do your edits on your local copy. From edb7575455ea7ea20f87f4a1ef1b1eb202bd180a Mon Sep 17 00:00:00 2001 From: Gianmarco Bernasconi Date: Tue, 25 Sep 2018 12:03:59 +0200 Subject: [PATCH 2/2] Update 41_workflow.md --- book/duckumentation/10_contributing/41_workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/duckumentation/10_contributing/41_workflow.md b/book/duckumentation/10_contributing/41_workflow.md index 7b13479..af095a9 100644 --- a/book/duckumentation/10_contributing/41_workflow.md +++ b/book/duckumentation/10_contributing/41_workflow.md @@ -48,11 +48,11 @@ Check out the forked repository as you would do normally. When compiling a book for the first time, you need to run: - $ dts submodule init + $ git submodule init And: - $ dts submodule update + $ git submodule update ### Do your edits eeeee