From 28993d88f89eb639c58704d96125fd893291b200 Mon Sep 17 00:00:00 2001 From: Benjamin Wolf Date: Thu, 21 Dec 2023 16:26:09 +0100 Subject: [PATCH] Remove TODO --- README.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 18ae95e..8c6d20d 100644 --- a/README.adoc +++ b/README.adoc @@ -28,6 +28,7 @@ toc::[] == How to contribute or participate Create an issue, a merge- or pull-request. Clone the repository, including the submodule: + + -- [source,shell] @@ -40,12 +41,6 @@ git clone https://github.com/isaqb-org/curriculum-green.git --recursive ---- -- -== TODO - -. Open the file `./config/setup.adoc` to adjust configuration specific to your curriculum: -.. `:curriculum-name: MODULNAME IN VOLLER LAENGE`: the full German title of your CPSA-A module. replace "MODULNAME IN VOLLER LAENGE" with your module name e.g. "Flexible Architecture Models - Microservices und Self-Contained Systems" -.. `:curriculum-name: MODULNAME IN VOLLER LAENGE`: the full English title of your CPSA-A module. replace "MODULNAME IN VOLLER LAENGE" with your module name e.g. "Flexible Architecture Models - Microservices and Self-Contained Systems" - == How to build the documents Prerequisite: You need a Java Runtime(tm) installed.