From 568b8b4f75fc0057f79b4481374618bb57e557e6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 1 May 2014 16:35:36 -0700 Subject: [PATCH] Update README with link to local docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d06335c..04b64cd 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,9 @@ A book-publishing system written in Racket. Unstable. Incomplete. Et cetera. I'm Install from the command line like so: raco pkg install pollen + +And update like so: -Scribble docs are installed with the package. + raco pkg update pollen + +Scribble docs are installed with the package. Or you can [read the docs here](http://mbutterick.github.io/pollen/doc/).