From d5464d1f6f0439be8961bd9e70a6bef0cb9aab00 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 12 Mar 2015 16:56:55 -0700 Subject: [PATCH] clarification about raco on Windows (closes #40) --- scribblings/installation.scrbl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scribblings/installation.scrbl b/scribblings/installation.scrbl index ed61190..7fad77f 100644 --- a/scribblings/installation.scrbl +++ b/scribblings/installation.scrbl @@ -15,3 +15,6 @@ From the command line, install Pollen: After that, you can update the package from the command line: @verbatim{raco pkg update pollen} + + +Windows users, I'll trust you to convert @tt{raco} into the appropriate command for your system — assuming defaults, it's likely to be @tt{"C:\Program Files\Racket\raco"} (include the surrounding quotes in the command).