aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk>2015-12-07 15:16:58 +0000
committerNathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk>2015-12-07 15:16:58 +0000
commitcf2dd9cbde6fea329db04b804a1b5586143df678 (patch)
tree345b9311e50818cdebd59925a77ef1427ceab484
parent09cbfeeca74e6b7ca9a9b5d49646c538b8a3f4ba (diff)
Fixed formatting in readme
-rw-r--r--readme.textile3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.textile b/readme.textile
index 443a7e4..fe54463 100644
--- a/readme.textile
+++ b/readme.textile
@@ -1,8 +1,11 @@
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`.