From de974a989048132ab63c597362fec5442b8cf171 Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 1 Dec 2021 23:02:24 +0100 Subject: [PATCH] Add puzzle description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca3ce1d..963e0c4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ In this repository, you'll find my solutions. ## 🛠 Setup and running - Run `composer install` to install the dependencies. - Run `./aoc21 {day}` to run the solution for a specific day (for example `./aoc21 1` to run the code for day 1) +- Run `./aoc21 puzzle {day}` to get the description of the puzzle for the specific day. - Run `composer test` to automatically validate the solutions. ## 🧩 Add a new puzzle/solution