aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2020-12-01 13:18:17 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2020-12-01 13:18:17 +0200
commita42645944b9ccedc21dd90205fa98e4446745b0a (patch)
tree04532487c37e3a3f76316d75cf97460c7dadc785
parent3328eb99625e7df28202e57cd8c159f8b7708ac5 (diff)
Update readme
-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.