From 62b1dbe93e99cf1eda6f53644019ef3b487966fc Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 17 Feb 2014 12:46:07 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3381ff9..9f67909 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ tagged-xexpr --------------- Convenience functions for working with HTML-style tagged X-expressions in Racket + +Install from the command line like so: + + raco pkg install tagged-xexpr + +Then require it in your Racket file: + + (require tagged-xexpr)