aboutsummaryrefslogtreecommitdiff
path: root/readme.textile
diff options
context:
space:
mode:
Diffstat (limited to 'readme.textile')
-rw-r--r--readme.textile7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.textile b/readme.textile
index 0f7a6fa..443a7e4 100644
--- a/readme.textile
+++ b/readme.textile
@@ -1,3 +1,8 @@
h1. Advent of Code
-
This repo contains my code for the "Advent of Code":http://adventofcode.com/.
+
+h2. Building the solver
+To build any solver, run `make` in that directory.
+
+h2. Getting the solution
+To solve the problem, run it with `make run` or `time make run`.