From bc8589c093874fb45a56207134518dfda2913192 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 1 Dec 2021 16:01:04 +0100 Subject: [PATCH] fix README with partial submodules --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca69018..45a545b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ * repo clonen: ```sh - git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git + git clone git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git + git submodule init 2021 # just the current year + git submodule update ``` * nieuwe persoon toevoegen: @@ -49,6 +51,6 @@ * benchmarks uitvoeren: ```sh - cd "2021" + cd 2021 ./complete-benchmark ```