diff --git a/README.md b/README.md index afff12e..a98ff30 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,20 @@ * repo clonen: - ``` + ```bash git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git ``` * nieuwe toevoegen: - ``` + ```bash git submodule add git commit -m 'hey guys ik heb een repo toegevoegd' ``` * bestaande submodules updaten: - ``` + ```bash git submodule foreach git fetch origin git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1 git add * # oh no @@ -43,6 +43,6 @@ * benchmarks uitvoeren: - ``` + ```bash git submodule foreach ../benchmark ```