mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
fix README with partial submodules
This commit is contained in:
parent
aae30050d0
commit
bc8589c093
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue