From d780768e48c663178e03f3ebfeeb479db971494f Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 4 Jan 2016 10:14:19 -0800 Subject: [PATCH] update --- aoc-racket.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aoc-racket.scrbl b/aoc-racket.scrbl index 7cdae5e..d266a5a 100644 --- a/aoc-racket.scrbl +++ b/aoc-racket.scrbl @@ -17,6 +17,8 @@ Documenting the solutions helped me nail down some discoveries. Thank you to Eric Wastl. If you like Advent of Code, please @link["http://adventofcode.com/about"]{pay him for it}. +You can install this package (if you haven't already) with @tt{raco pkg install aoc-racket}. + @local-table-of-contents[] @include-section[(submod "day1.rkt" doc)]