From e31765a9f72b38a84b448f0b68ff7d6fc6bb3ed8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 29 Aug 2014 10:28:53 -0700 Subject: [PATCH] Update README.md Use --update-deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa1783..b87d87e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Using Racket 6.0+, install from the command line like so: And update like so: - raco pkg update pollen + raco pkg update --update-deps pollen Docs are installed with the package. You can also [read the docs here](http://mbutterick.github.io/pollen/doc/).