fix README with partial submodules

This commit is contained in:
Felix Van der Jeugt 2021-12-01 16:01:04 +01:00
parent aae30050d0
commit bc8589c093
No known key found for this signature in database
GPG key ID: 58B209295023754D

View file

@ -19,7 +19,9 @@
* repo clonen: * repo clonen:
```sh ```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: * nieuwe persoon toevoegen:
@ -49,6 +51,6 @@
* benchmarks uitvoeren: * benchmarks uitvoeren:
```sh ```sh
cd "2021" cd 2021
./complete-benchmark ./complete-benchmark
``` ```