aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2018-12-03 15:17:27 +0000
committerNat Lasseter <user@4574.co.uk>2018-12-03 15:17:27 +0000
commitc1ada27fe7acf5ab63530cea5481bd08482bc52d (patch)
tree2a06b613f9f74097ecab1daa28c2d05c5fed4753
parent6edcc43203b4745ac52861efc1eeac7e2860693d (diff)
Updated readme
-rw-r--r--Readme.textile14
1 files changed, 13 insertions, 1 deletions
diff --git a/Readme.textile b/Readme.textile
index fdc1772..81ac3a7 100644
--- a/Readme.textile
+++ b/Readme.textile
@@ -1,6 +1,6 @@
h1. Advent of Code 2018
-p. My answers thereto.
+p. My answers to the "2018 Advent of Code":https://adventofcode.com/2018.
h2. Running a day
@@ -10,3 +10,15 @@ make
h2. Creating a new day
bc. ./new 01
+
+h2. Registry
+
+p. You can pull and run images from my registry
+
+bc. docker pull advent.4574.co.uk/aoc2018day01
+
+h3. Pushing to registry
+
+p. If you're me, you can push to the registry with:
+
+bc. make push