From de400476065676fb1ffc8ce80e21226464f5390f Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Fri, 4 Dec 2020 13:45:19 +0100 Subject: [PATCH] Add colours to commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ```