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