From 704d2532bc2379cddacb248d2295d34c978f22f4 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 25 Jul 2014 12:59:42 -0700 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2723c4..5edab11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -sugar +Sugar ----- Functions that improve the readability of Racket code. +Using Racket 6.0+, install from the command line like so: + + raco pkg install sugar + +And update like so: + + raco pkg update sugar + You can [read the docs here](http://mbutterick.github.io/sugar/doc/). \ No newline at end of file