aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f370f47..0d52b78 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
# aoc-2020
Advent of code 2020
+
+## Running
+
+Run `npm start -- day1` to run day 1 exercise. Expects `input.txt` to exist in the `day1` directory.